Re: Weird Cookie Problem Part 2

This WebDNA talk-list message is from

2007


It keeps the original formatting.
numero = 68869
interpreted = N
texte = Well the [setcookie name=nerconsecure... code is affected by the time of the day for some reason. I'm unable to log in again tonight, which is the same time of night as when I found the problem a few days ago. I changed the {05:00:00} to {06:00:00}, which is CST and the time my server is set to. That didn't do anything. I tested the other setcookie code I originally posted (below) and it worked fine, so I copied it over the nerconsecure cookie code and changed the domain and cookie name, but it still doesn't work. I will test it at midnight again to verify it starts working again, but right now I'm at a huge loss for an explanation. on 4/23/07 7:34 PM, Stuart Tremain at webdna@idfk.com.au wrote: > The Time thing .... > > If your cookie is due to expire at 14:00 GMT that means it will > expire at 11:00 EST USA EST is 5 hours behind GMT (could be wrong, > just a quick estimate) > > So what I am saying is if you are expecting the cookie to expire at > 24:00 your time you will need to set the cookie to expire at 5 hours > ahead of that. > > Don't worry Donovan, I have a WebDNA lotto selector for that LOL > > http://demo.graphitesuite.com/lotto.html > > Just remember making up with the girlfriend is usually pretty good :) > > > On 24 Apr 2007, at 1:47 AM, Donovan Brooke wrote: > >> Eddie Z wrote: >> >>> [setcookie name=ezcookie&value=[usku]&expires=Tuesday, 29-Nov-2011 >>> 23:23:23 >>> GMT&path=/&domain=ez1productions.com] >> >>> [setcookie name=nerconsecure&value=[userID]&expires=[format >>> days_to_date %A, >>> %d-%b-%Y][math]{[date]}+1[/math][/format] [math >>> time]{[time]}+{05:00:00}[/math] GMT&path=/ >>> &domain=nercon.thinksite.com] >> >> >> Stuart, time thing? make a random change? Sounds like your like >> your asking Eddie >> to pick a lotto number because his house bill is due! >> Sorry Stuart, don't mean to be so brash this Monday morning but me >> and my girlfriend >> had an argument so I'm a little on edge... >> >> Anyway! :-) Eddie. I don't see anything blatantly wrong.. however >> if your problem is occasional, >> there are some things I would consider... >> >> Browsers these days have more expansive pref capabilities for >> privacy and cookies. >> Could it be that you were too quick to eliminate the browser as a >> possibility? Privacy >> settings have the ability to reject and accept cookies on a variety >> of levels and conditions. >> >> http://en.wikipedia.org/wiki/P3P >> >> http://tools.ietf.org/html/rfc2965 >> Is a good RFC to review for this as well. >> >> Second, there *is* a difference in the two set cookie settings >> above. One uses >> a limiter in the domain and one doesn't. This is probably nothing >> but I thought I >> would mention in the case of over-site. >> >> >> >> Donovan >> >> >> >> >> >> >> -- >> =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o >> DONOVAN D. BROOKE EUCA Design Center >> <- Web Development (specializing in eCommerce),-> >> <- Desktop Publishing, Print Consulting, Labels -> >> <-Glass Products, off-hand Classes/studio rental-> >> >> PH:> (608) 835-2476 | Forum:> http://egg.bz/forum/ >> Web Sites:> http://www.euca.us & http://www.egg.bz >> =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o >> >> ------------------------------------------------------------- >> 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: Weird Cookie Problem Part 2 ( Eddie Z 2007)
  2. Re: Weird Cookie Problem Part 2 ( Donovan Brooke 2007)
  3. Re: Weird Cookie Problem Part 2 ( Eddie Z 2007)
  4. Re: Weird Cookie Problem Part 2 ( Donovan Brooke 2007)
  5. Re: Weird Cookie Problem Part 2 ( Eddie Z 2007)
  6. Re: Weird Cookie Problem Part 2 ( Stuart Tremain 2007)
  7. Re: Weird Cookie Problem Part 2 ( Donovan Brooke 2007)
  8. Re: Weird Cookie Problem Part 2 ( Stuart Tremain 2007)
  9. Weird Cookie Problem Part 2 ( Eddie Z 2007)
Well the [setcookie name=nerconsecure... code is affected by the time of the day for some reason. I'm unable to log in again tonight, which is the same time of night as when I found the problem a few days ago. I changed the {05:00:00} to {06:00:00}, which is CST and the time my server is set to. That didn't do anything. I tested the other setcookie code I originally posted (below) and it worked fine, so I copied it over the nerconsecure cookie code and changed the domain and cookie name, but it still doesn't work. I will test it at midnight again to verify it starts working again, but right now I'm at a huge loss for an explanation. on 4/23/07 7:34 PM, Stuart Tremain at webdna@idfk.com.au wrote: > The Time thing .... > > If your cookie is due to expire at 14:00 GMT that means it will > expire at 11:00 EST USA EST is 5 hours behind GMT (could be wrong, > just a quick estimate) > > So what I am saying is if you are expecting the cookie to expire at > 24:00 your time you will need to set the cookie to expire at 5 hours > ahead of that. > > Don't worry Donovan, I have a WebDNA lotto selector for that LOL > > http://demo.graphitesuite.com/lotto.html > > Just remember making up with the girlfriend is usually pretty good :) > > > On 24 Apr 2007, at 1:47 AM, Donovan Brooke wrote: > >> Eddie Z wrote: >> >>> [setcookie name=ezcookie&value=[usku]&expires=Tuesday, 29-Nov-2011 >>> 23:23:23 >>> GMT&path=/&domain=ez1productions.com] >> >>> [setcookie name=nerconsecure&value=[userID]&expires=[format >>> days_to_date %A, >>> %d-%b-%Y][math]{[date]}+1[/math][/format] [math >>> time]{[time]}+{05:00:00}[/math] GMT&path=/ >>> &domain=nercon.thinksite.com] >> >> >> Stuart, time thing? make a random change? Sounds like your like >> your asking Eddie >> to pick a lotto number because his house bill is due! >> Sorry Stuart, don't mean to be so brash this Monday morning but me >> and my girlfriend >> had an argument so I'm a little on edge... >> >> Anyway! :-) Eddie. I don't see anything blatantly wrong.. however >> if your problem is occasional, >> there are some things I would consider... >> >> Browsers these days have more expansive pref capabilities for >> privacy and cookies. >> Could it be that you were too quick to eliminate the browser as a >> possibility? Privacy >> settings have the ability to reject and accept cookies on a variety >> of levels and conditions. >> >> http://en.wikipedia.org/wiki/P3P >> >> http://tools.ietf.org/html/rfc2965 >> Is a good RFC to review for this as well. >> >> Second, there *is* a difference in the two set cookie settings >> above. One uses >> a limiter in the domain and one doesn't. This is probably nothing >> but I thought I >> would mention in the case of over-site. >> >> >> >> Donovan >> >> >> >> >> >> >> -- >> =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o >> DONOVAN D. BROOKE EUCA Design Center >> <- Web Development (specializing in eCommerce),-> >> <- Desktop Publishing, Print Consulting, Labels -> >> <-Glass Products, off-hand Classes/studio rental-> >> >> PH:> (608) 835-2476 | Forum:> http://egg.bz/forum/ >> Web Sites:> http://www.euca.us & http://www.egg.bz >> =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o >> >> ------------------------------------------------------------- >> 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/ Eddie Z

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:

A multi-processor savvy WebCatalog? (1997) Exclamation point (1997) Parameter Passing (2000) UNSUBSCRIBE (2000) Slow applescript context ... (2000) Associative lookup style? (1997) I'm new be kind (1997) textA and Title? (1997) Cart doesn't interpret tag! (1997) Users.db [encrypt seed=????] (1998) Claris HomePage messes up the code (1997) Suddenly can't see files... (2000) RE: Shopping Cart Questions (1998) Web*SSL and WebCatalog (1997) WebCatalog Plug-in for Webstar. (1997) searching within same page (2000) LookUp Tag (1997) Email within tmpl ? (1997) PCS Frames (1997) Stumpted Again (1997)