Re: Cookies and domains

This WebDNA talk-list message is from

2006


It keeps the original formatting.
numero = 66828
interpreted = N
texte = I have never tried it, but see if you can view other cookies that don't belong to the domain you are accessing, you shouldn't be able to as per security. Also set a cookie without a domain parameter and see if that can be retrieved. Stuart Tremain idfk web developments, sydney, australia On 09 Apr 2006, at 10:23 AM, Lester wrote: > good idea. > just realized I had "cookie monster" a utility that > shows all kinda cookies as well... > > kept thinkin' there was a way within webdna to do the > check > > > > --- Stuart Tremain wrote: > >> Use your browser preferences setting (I know that >> Safari lists all >> available cookies, not sure about IE etc) to check >> for all the >> cookies that are on your machine and then check the >> list against the >> WebDNA display. >> >> >> Stuart Tremain >> idfk web developments, sydney, australia >> >> >> On 09 Apr 2006, at 10:12 AM, Lester wrote: >> >>> Makes sense and thats what I was doing. >>> >>> I guess I'm wondering how to check if it's >> behaving >>> for the one domain. >>> >>> >>> >>> --- Stuart Tremain wrote: >>> >>>> Setting the domain parameter limits which domain >> may >>>> access the >>>> cookie. If you specify 'www.yourdomain.com', then >>>> only templates >>>> within that domain can access the cookie. >> Specifying >>>> just >>>> 'yourdomain.com' for the domain, will allow >>>> templates from >>>> 'www.yourdomain.com', 'secure.yourdomain.com', or >>>> 'whatever.yourdomain.com' to access the cookie. >>>> >>>> >>>> Stuart Tremain >>>> idfk web developments, sydney, australia >>>> >>>> >>>> On 09 Apr 2006, at 9:47 AM, Lester wrote: >>>> >>>>> How can I check if I'm setting cookies correct >> for >>>> a >>>>> particular domain? >>>>> >>>>> I want to restrict them to one domain, >>>>> >>>>> Code I'm using..... >>>>> [SETCOOKIE >>>>> name=Cookie&value=[cart]&domain=www.domain.com] >>>>> >>>>> >>>>> [ListCookies][index], [name], >>>> [value][/ListCookies] >>>>> shows me: >>>>> 1, Cookie, 11445285785329367 >>>>> >>>>> but never shows the domain >>>>> Should it if properly set?? >>>>> >>>>> How can I be sure the cookie is just for the one >>>>> domain? >>>>> >>>>> Something I'm doing wrong?? >>>>> I'm just starting to dabble with pastry. >>>>> >>>>> I'm using 4.5 on IIS Server 2003 with a Plesk >>>> Control >>>>> Panel and many domains in use.... >>>>> >>>>> >>>>> >>>>> >> __________________________________________________ >>>>> Do You Yahoo!? >>>>> Tired of spam? Yahoo! Mail has the best spam >>>> protection around >>>>> http://mail.yahoo.com >>>>> >>>>> >>>> >>> >> > ------------------------------------------------------------- >>>>> This message is sent to you because you are >>>> subscribed to >>>>> the mailing list >>>> . >>>>> To unsubscribe, E-mail to: >>>> >>>>> To switch to the DIGEST mode, E-mail to >>>> >>>> digest@talk.smithmicro.com> >>>>> Web Archive of this list is at: >>>> http://webdna.smithmicro.com/ >>>> >>>> >>>> >>> >> > ------------------------------------------------------------- >>>> This message is sent to you because you are >>>> subscribed to >>>> the mailing list >>>> . >>>> To unsubscribe, E-mail to: >>>> >>>> To switch to the DIGEST mode, E-mail to >>>> >>>> Web Archive of this list is at: >>>> http://webdna.smithmicro.com/ >>>> >>> >>> >>> __________________________________________________ >>> Do You Yahoo!? >>> Tired of spam? Yahoo! Mail has the best spam >> protection around >>> http://mail.yahoo.com >>> >>> >> > ------------------------------------------------------------- >>> This message is sent to you because you are >> subscribed to >>> the mailing list >> . >>> To unsubscribe, E-mail to: >> >>> To switch to the DIGEST mode, E-mail to >> >> digest@talk.smithmicro.com> >>> Web Archive of this list is at: >> http://webdna.smithmicro.com/ >> >> >> > ------------------------------------------------------------- >> This message is sent to you because you are >> subscribed to >> the mailing list >> . >> To unsubscribe, E-mail to: >> >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: >> http://webdna.smithmicro.com/ >> > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to digest@talk.smithmicro.com> > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Cookies and domains ( Stuart Tremain 2006)
  2. Re: Cookies and domains ( Lester 2006)
  3. Re: Cookies and domains ( Stuart Tremain 2006)
  4. Re: Cookies and domains ( Lester 2006)
  5. Re: Cookies and domains ( Stuart Tremain 2006)
  6. Cookies and domains ( Lester 2006)
I have never tried it, but see if you can view other cookies that don't belong to the domain you are accessing, you shouldn't be able to as per security. Also set a cookie without a domain parameter and see if that can be retrieved. Stuart Tremain idfk web developments, sydney, australia On 09 Apr 2006, at 10:23 AM, Lester wrote: > good idea. > just realized I had "cookie monster" a utility that > shows all kinda cookies as well... > > kept thinkin' there was a way within webdna to do the > check > > > > --- Stuart Tremain wrote: > >> Use your browser preferences setting (I know that >> Safari lists all >> available cookies, not sure about IE etc) to check >> for all the >> cookies that are on your machine and then check the >> list against the >> WebDNA display. >> >> >> Stuart Tremain >> idfk web developments, sydney, australia >> >> >> On 09 Apr 2006, at 10:12 AM, Lester wrote: >> >>> Makes sense and thats what I was doing. >>> >>> I guess I'm wondering how to check if it's >> behaving >>> for the one domain. >>> >>> >>> >>> --- Stuart Tremain wrote: >>> >>>> Setting the domain parameter limits which domain >> may >>>> access the >>>> cookie. If you specify 'www.yourdomain.com', then >>>> only templates >>>> within that domain can access the cookie. >> Specifying >>>> just >>>> 'yourdomain.com' for the domain, will allow >>>> templates from >>>> 'www.yourdomain.com', 'secure.yourdomain.com', or >>>> 'whatever.yourdomain.com' to access the cookie. >>>> >>>> >>>> Stuart Tremain >>>> idfk web developments, sydney, australia >>>> >>>> >>>> On 09 Apr 2006, at 9:47 AM, Lester wrote: >>>> >>>>> How can I check if I'm setting cookies correct >> for >>>> a >>>>> particular domain? >>>>> >>>>> I want to restrict them to one domain, >>>>> >>>>> Code I'm using..... >>>>> [SETCOOKIE >>>>> name=Cookie&value=[cart]&domain=www.domain.com] >>>>> >>>>> >>>>> [ListCookies][index], [name], >>>> [value][/ListCookies] >>>>> shows me: >>>>> 1, Cookie, 11445285785329367 >>>>> >>>>> but never shows the domain >>>>> Should it if properly set?? >>>>> >>>>> How can I be sure the cookie is just for the one >>>>> domain? >>>>> >>>>> Something I'm doing wrong?? >>>>> I'm just starting to dabble with pastry. >>>>> >>>>> I'm using 4.5 on IIS Server 2003 with a Plesk >>>> Control >>>>> Panel and many domains in use.... >>>>> >>>>> >>>>> >>>>> >> __________________________________________________ >>>>> Do You Yahoo!? >>>>> Tired of spam? Yahoo! Mail has the best spam >>>> protection around >>>>> http://mail.yahoo.com >>>>> >>>>> >>>> >>> >> > ------------------------------------------------------------- >>>>> This message is sent to you because you are >>>> subscribed to >>>>> the mailing list >>>> . >>>>> To unsubscribe, E-mail to: >>>> >>>>> To switch to the DIGEST mode, E-mail to >>>> >>>> digest@talk.smithmicro.com> >>>>> Web Archive of this list is at: >>>> http://webdna.smithmicro.com/ >>>> >>>> >>>> >>> >> > ------------------------------------------------------------- >>>> This message is sent to you because you are >>>> subscribed to >>>> the mailing list >>>> . >>>> To unsubscribe, E-mail to: >>>> >>>> To switch to the DIGEST mode, E-mail to >>>> >>>> Web Archive of this list is at: >>>> http://webdna.smithmicro.com/ >>>> >>> >>> >>> __________________________________________________ >>> Do You Yahoo!? >>> Tired of spam? Yahoo! Mail has the best spam >> protection around >>> http://mail.yahoo.com >>> >>> >> > ------------------------------------------------------------- >>> This message is sent to you because you are >> subscribed to >>> the mailing list >> . >>> To unsubscribe, E-mail to: >> >>> To switch to the DIGEST mode, E-mail to >> >> digest@talk.smithmicro.com> >>> Web Archive of this list is at: >> http://webdna.smithmicro.com/ >> >> >> > ------------------------------------------------------------- >> This message is sent to you because you are >> subscribed to >> the mailing list >> . >> To unsubscribe, E-mail to: >> >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: >> http://webdna.smithmicro.com/ >> > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to digest@talk.smithmicro.com> > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Stuart Tremain

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Emailer setup (1997) Newbie questions (1999) [WebDNA] IP > Network Calculator (2015) WebCatalog f2 Installation (1997) RAM variables (1997) So when do we get something similar? (1998) WebCatalog for guestbook ? (1997) WebCatalog can't find database (1997) Installing WebDNA on Vista (2007) WebCatalog 4.0 Users that want to talk to the Media.... (2000) Still Stumped on ShowNext...HELP! (1997) Re[2]: 2nd WebCatalog2 Feature Request (1996) HELP!!! (1998) log files (1998) Subject: Authenticating users without dialog box (1997) Separate SSL Server (1997) [urgent] Phone number at SM (2006) Need help with emailer- 2 issues (1997) Shownext problems (1999) WebCat b13 CGI -shownext- (1997)