Re: session cookies to expire immediately on browser close

2002-05-10 Thread Brian Scandale
This is what I use I picked it up off I don't actually remember where but it works great. - this is what I use --- !--- At times developers are frustrated that the session does not end when the user closes their browser—that they must wait for the session to time out. If

Re: session cookies to expire immediately on browser close

2002-05-10 Thread Jeff Garza
, May 09, 2002 11:39 PM Subject: Re: session cookies to expire immediately on browser close This is what I use I picked it up off I don't actually remember where but it works great. - this is what I use --- !--- At times developers are frustrated that the session does not end

Re: session cookies to expire immediately on browser close

2002-05-10 Thread han peng
10, 2002 3:14 PM Subject: Re: session cookies to expire immediately on browser close Brian, this is a great snippet!!! Thanks. I have been wondering how to force the session to die without an explicit logout. This will definately do the trick. Cheers, Jeff Garza - Original

Re: session cookies to expire immediately on browser close

2002-05-10 Thread Jas Panesar
Wow, this looks great! I was just curious, would it be difficult to do the same implementation without the use of cookies for the session? I have a few applications where I append the CFID and CFTOKEN to the URL and pass it through as such.. I was thinking something like this might do the

session cookies to expire immediately on browser close

2002-05-09 Thread han peng
hihi.. where am i suppose to put this.. if i want to set cookie to expire when browser close.?? cfcookie expires=NOW name=CFID value=#cookie.cfid# is it at application.cfm? cheers han __ This list and all House of Fusion