RE: Client Cookie Expiration

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to respond. > How do you control the EXPIRES attribute of the client cookie > (i.e. which is enabled via SETCLIENTCOOKIES="YES" ...> and contains the CFID and > CFTOKEN)? Mine appear to have expirations far into the > future

RE: Client Cookie Expiration

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to respond. > How do you control the EXPIRES attribute of the client cookie > (i.e. which is enabled via SETCLIENTCOOKIES="YES" ...> and contains the CFID and > CFTOKEN)? Mine appear to have expirations far into the > future

Client Cookie Expiration

2005-03-03 Thread Bettina Gill
How do you control the EXPIRES attribute of the client cookie (i.e. which is enabled via and contains the CFID and CFTOKEN)? Mine appear to have expirations far into the future, but I don't want them to persist beyond the session. I poked around in the Administrator and did not find anythin

Domain Cookie expiration?

2004-01-12 Thread Lofback, Chris
All-- We have a load-balanced CF5 app using client variables on a pair of Win2K/Apache 1.3.x web servers.  We need the session to expire when the user closes their browser and are manually resetting the CFID/CFTOKEN session cookies.  But when we enable the SETDOMAINCOOKIE option in the CFAPPLICATI

Re: cookie expiration date seems incorrect

2003-03-03 Thread E. Keith Dodd
>From last week: Tested the cookie-setting page with the Httpanalyzer. It (header info) does show the cookie being set as I wanted it, and I can see the correct expiration date. I reverted back to original code to simply set the expires attribute (on cfcookie) as 30 (for 30 days). All looked fine.

RE: cookie expiration date seems incorrect

2003-02-27 Thread Dave Watts
> Have set a cookie using cfcookie: > expires="#Variables.xprDate#"> > The xprDate is set as a month ahead and I've > verified is in the form 3/27/2003. > > Debugging, as well as cfdump of cookie scope shows > the presence of proper cookie. (Can't see any expires > info) If look in Temporary I

cookie expiration date seems incorrect

2003-02-27 Thread E. Keith Dodd
Have set a cookie using cfcookie: The xprDate is set as a month ahead and I've verified is in the form 3/27/2003. Debugging, as well as cfdump of cookie scope shows the presence of proper cookie. (Can't see any expires info) If look in Temporary Internet Files, the cookie info says expires: 2/19/

RE: cookie expiration information

2002-08-12 Thread Cornillon, Matthieu
Thanks, Dave. That's what I figured. Oh, well. :( Matthieu -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 1:57 PM To: CF-Talk Subject: RE: cookie expiration information > Hey, everyone. Is there a way to get more informat

RE: cookie expiration information

2002-08-12 Thread Dave Watts
> Hey, everyone. Is there a way to get more information from > cookies than just their names and values? More specifically, > I wanted to know when a particular cookie was set to expire > on a user's machine. Can we get that info on the CF side of > the universe? Or does the browser keep it al

cookie expiration information

2002-08-12 Thread Cornillon, Matthieu
Hey, everyone. Is there a way to get more information from cookies than just their names and values? More specifically, I wanted to know when a particular cookie was set to expire on a user's machine. Can we get that info on the CF side of the universe? Or does the browser keep it all? Thank

RE: COOKIE expiration :((

2001-06-04 Thread Dylan Bromby
does it terminate with "Never" in quotes and without? -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 7:32 AM To: CF-Talk Subject: Re: COOKIE expiration :(( Thanks, but that's not my problem. The cookie is set up ok. I u

Re: COOKIE expiration :((

2001-06-04 Thread Michael Lugassy
res=Never It's been over a week since I'm stuck in this!!! please help. Thanks, Michael Lugassy - Original Message - From: "Dan G. Switzer, II" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 04, 2001 2:53 PM Subject: RE:

RE: COOKIE expiration :((

2001-06-04 Thread Dan G. Switzer, II
;t use the same code with internally, I don't know. -Dan > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 04, 2001 12:41 AM > To: CF-Talk > Subject: RE: COOKIE expiration :(( > > > > > You can consider setting up th

RE: COOKIE expiration :((

2001-06-03 Thread Dave Watts
> > You can consider setting up the cookie in a process > > page and redirect with javascript instead of > > cflocation that will allow the cookie to be set. > > I'm curious, will the new CFFLUSH tag resolve this problem? No, I don't think so. All CFFLUSH does is signal that part of the HTTP resp

Re: COOKIE expiration :((

2001-06-02 Thread Michael Lugassy
reene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 01, 2001 8:16 PM Subject: RE: COOKIE expiration :(( > I missed the beginning of the thread so I am not sure what you are trying to > accomplish. I was just responding to setting a cookie on a redirect. Wi

RE: COOKIE expiration :((

2001-06-01 Thread Hays, Duncan
OOKIE expiration :(( So can you please take a look at my problem and let me know if you can help, ok? Thanks alot! Michael. - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 7:25 PM Subject: RE: COOKIE expirat

Re: COOKIE expiration :((

2001-05-31 Thread Michael Lugassy
So can you please take a look at my problem and let me know if you can help, ok? Thanks alot! Michael. - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 7:25 PM Subject: RE: COOKIE expiration :(( > W

RE: COOKIE expiration :(( RECURRING

2001-05-31 Thread Philip Arnold - ASP
> I'm getting really frustrated from this CFCOOKIE thing. > Apparently, after I assign the cookie with Expires="Never" the > cookie is deleted and terminated every time the user closes the browser. > I need it to last longer, prefarbly forever. > > no cflocation in page, tried to link one process

RE: COOKIE expiration :((

2001-05-31 Thread 247601589883116300006
not in the RFC but appeared in practice. Justin -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 11:13 AM To: CF-Talk Subject: RE: COOKIE expiration :(( yeah you're right. good grief. i should've checked my own example huh? althoug

RE: COOKIE expiration :((

2001-05-31 Thread Dylan Bromby
future embarrassment. ;) or maybe not... -Original Message- From: Andrew Tyrone [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 7:36 AM To: CF-Talk Subject: RE: COOKIE expiration :(( > -Original Message- > From: Dylan Bromby [mailto:[EMAIL PROTECTED]] > Sent: Wednesd

Re: COOKIE expiration :((

2001-05-31 Thread Michael Lugassy
Andrew - I'm using javascript reffer, no cflocation. the cookie was set alright (i can see it on every page in the site) but it terminates itself, that's the problem. any idea? Thanks, Michael Lugassy IT/WEB Specialist Interactive Music Ltd. ~~ S

Re: COOKIE expiration :((

2001-05-31 Thread Michael Lugassy
Dennis - IE settings are fine and this problem is recurring on 3 other computers here. Thanks, Michael Lugassy IT/WEB Specialist Interactive Music Ltd. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionautho

RE: COOKIE expiration :((

2001-05-31 Thread Andrew Tyrone
> -Original Message- > From: Dylan Bromby [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 30, 2001 9:38 AM > To: CF-Talk > Subject: RE: COOKIE expiration :(( > > > post the code. > > otherwise - and you may already know this: > > remember...if you

RE: COOKIE expiration :((

2001-05-31 Thread Dennis Powers
://www.uxbinfo.com/ -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 4:28 AM To: CF-Talk Subject: Re: COOKIE expiration :(( The cookie is still ain't set :((( I'm getting frusrated from that!!! I've cleaned this lllonn

Re: COOKIE expiration :((

2001-05-31 Thread Michael Lugassy
The cookie is still ain't set :((( I'm getting frusrated from that!!! I've cleaned this lllonng message a bit, maybe someone can try to help out? Thanks, Michael Lugassy > see if it works by linking to download/vamp.html and then linking to > sectionthatneedscookie/index.cfm instead of usin

RE: COOKIE expiration :((

2001-05-30 Thread Kevin Miller
> that's why it's not persisting. > > -Original Message- > From: Michael Lugassy [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 30, 2001 7:10 AM > To: CF-Talk > Subject: Re: COOKIE expiration :(( > > > yea, I was aware of that. > and I to

RE: COOKIE expiration :((

2001-05-30 Thread Tony Schreiber
Hmm, Dave, I think you're right. My bad... Ah, yes, that is right, the lack of the EXPIRES attribute creates a cookie that lasts only while the browser is open. Sorry all. > > EXPIRES="Never" produces exactly the behavior you described. > > THe cookie persists only as long as the browser is open

RE: COOKIE expiration :((

2001-05-30 Thread Dave Watts
> EXPIRES="Never" produces exactly the behavior you described. > THe cookie persists only as long as the browser is open. That's incorrect. To get a cookie that persists only until the browser is closed - a "session" cookie - you must omit the EXPIRES parameter entirely. EXPIRES="NEVER" sets a c

RE: COOKIE expiration :((

2001-05-30 Thread Mohammad Choudhury
that sets it. this isn't a limit of CF, > it's how cookies work. > > so if you quit the browser right after the file that > contains CFCOOKIE, > that's why it's not persisting. > > -Original Message- > From: Michael Lugassy [mailto:[EMAIL PROTECTED

RE: COOKIE expiration :((

2001-05-30 Thread Dylan Bromby
, May 30, 2001 8:35 AM To: CF-Talk Subject: Re: COOKIE expiration :(( Thanks for answering, here's the code: SELECT userlastvisited FROM users WHERE username='#form.username#' AND userPASSWORD='#form.userpassword#' I didn't quite understand what you meant on the

Re: COOKIE expiration :((

2001-05-30 Thread Tony Schreiber
EXPIRES="Never" produces exactly the behavoir you described. THe cookie persists only as long as the browser is open. To get a cookie to last 14 days, you have to do EXPIRES="14". > I'm getting really frustrated from this CFCOOKIE thing. > Apparently, after I assign the cookie with Timeout="Never

Re: COOKIE expiration :((

2001-05-30 Thread Michael Lugassy
ssage - From: "Dylan Bromby" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 30, 2001 3:37 PM Subject: RE: COOKIE expiration :(( > post the code. > > otherwise - and you may already know this: > > remember...if you load a

RE: COOKIE expiration :((

2001-05-30 Thread Dylan Bromby
s isn't a limit of CF, it's how cookies work. so if you quit the browser right after the file that contains CFCOOKIE, that's why it's not persisting. -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 7:10 AM To: CF-Talk Su

Re: COOKIE expiration :((

2001-05-30 Thread Michael Lugassy
Wednesday, May 30, 2001 2:23 PM Subject: RE: COOKIE expiration :(( > I don't suppose you're using anywhere in your application? I > heard that can cause cookie problems. > If you are, try document.location.href="yourlink.cfm"; > instead. > > Just a

RE: COOKIE expiration :((

2001-05-30 Thread JoshMEagle
ion www.eagletgi.com [EMAIL PROTECTED] -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 3:35 AM To: CF-Talk Subject: Re: COOKIE expiration :(( You may already be doing this but the value should be EXPIRES="NEVER" not timeout

Re: COOKIE expiration :((

2001-05-30 Thread Michael Lugassy
Yea, I'm using Expires=Never, not timeout. I mistakly wrote so in the message. Thanks, Michael Lugassy IT/WEB Specialist Interactive Music Ltd. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com

Re: COOKIE expiration :((

2001-05-30 Thread Bryan LaPlante
You may already be doing this but the value should be EXPIRES="NEVER" not timeout Bryan - Original Message - From: "Michael Lugassy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 30, 2001 3:27 AM Subject: CO

COOKIE expiration :((

2001-05-30 Thread Michael Lugassy
I'm getting really frustrated from this CFCOOKIE thing. Apparently, after I assign the cookie with Timeout="Never" the cookie is deleted and terminated every time the user closes the browser. I tried to change Timeout to 14 days, but it didn't help. Closing the browser terminates the cookie. Is t

RE: Question about Cookie Expiration

2000-10-07 Thread Steve Bernard
According to the JavaScript 1.4 documentation, cookies can be set down to the second. Their example uses GMT. Since it works in JavaScript it should create a valid cookie for all platforms. "Should" is always an operative word but, in this case I'm pretty sure it'll work fine via CF. One thing, in