RE: deleting session variables when browser is closed

2002-03-20 Thread Bryan Love
session variables are automatically deleted when the browser is closed. That is their nature. +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecommunication Systems [EMAIL PROTECTED] +-

Re: deleting session variables when browser is closed

2002-03-20 Thread Douglas Jordon
OK. Then is there a reason why they might not? I can close all windows, relaunch the browser and there they are. Bryan Love wrote: > session variables are automatically deleted when the browser is closed. > That is their nature. __

RE: deleting session variables when browser is closed

2002-03-20 Thread Shawn Regan
-Shawn Regan -Original Message- From: Douglas Jordon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 1:15 PM To: CF-Talk Subject: deleting session variables when browser is closed I seem to remember that once upon a time code was posted to delete a session var

RE: deleting session variables when browser is closed

2002-03-20 Thread Dave Watts
> session variables are automatically deleted when the browser > is closed. That is their nature. No, they're not. The server doesn't know when the browser is closed. It only knows that some period has passed since the last request from that browser. Also, by default, the cookies created by CF a

RE: deleting session variables when browser is closed

2002-03-20 Thread Brunt, Michael
PROTECTED]] Sent: Wednesday, March 20, 2002 1:24 PM To: CF-Talk Subject: Re: deleting session variables when browser is closed OK. Then is there a reason why they might not? I can close all windows, relaunch the browser and there they are. Bryan Love wrote: > session variables are automati

RE: deleting session variables when browser is closed

2002-03-20 Thread Mike Chambers
> Sent: Wednesday, March 20, 2002 4:18 PM > To: CF-Talk > Subject: RE: deleting session variables when browser is closed > > > session variables are automatically deleted when the browser > is closed. That is their nature. > > +

Re: deleting session variables when browser is closed

2002-03-20 Thread Douglas Jordon
thankee kindly Shawn Regan wrote: > > > > > > > > -Shawn Regan > > -Original Message- > From: Douglas Jordon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 1:15 PM > To: CF-Talk > Subject: deleting session variables when browser is closed > > > I seem to re

RE: deleting session variables when browser is closed

2002-03-20 Thread Bryan Love
PROTECTED] +---+ "...'If there must be trouble, let it be in my day, that my child may have peace'..." - Thomas Paine, The American Crisis -Original Message- From: Douglas Jordon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 1:33 PM To: CF-Talk Subject:

RE: deleting session variables when browser is closed

2002-03-20 Thread Matt Robertson
Original Message- From: Douglas Jordon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 1:33 PM To: CF-Talk Subject: Re: deleting session variables when browser is closed thankee kindly Shawn Regan wrote: > > > > > > > > -Shawn Regan >

RE: deleting session variables when browser is closed

2002-03-20 Thread Dave Watts
> In your CFapplication tag set the attribute "setClientCookies" > to NO. That way the CFID and CFTOKEN are stored in the session > struct and when the browser closes there is no persistence. > > I should really learn to be more explicit in my short answers. > > If setClientCookies is set to Y

Re: RE: deleting session variables when browser is closed

2002-03-20 Thread ksuh
Umm, no. - Original Message - From: Bryan Love <[EMAIL PROTECTED]> Date: Wednesday, March 20, 2002 2:17 pm Subject: RE: deleting session variables when browser is closed > session variables are automatically deleted when the browser is > closed.That is

Re: RE: deleting session variables when browser is closed

2002-03-20 Thread ksuh
nal Message - From: Bryan Love <[EMAIL PROTECTED]> Date: Wednesday, March 20, 2002 3:18 pm Subject: RE: deleting session variables when browser is closed > Very well then. > > In your CFapplication tag set the attribute "setClientCookies" to > NO. That > way t

RE: RE: deleting session variables when browser is closed

2002-03-20 Thread Bryan Love
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 2:41 PM To: CF-Talk Subject: Re: RE: deleting session variables when browser is closed Hmm, I don't think that's true either. Setting setclientcookies to "no" means that any links mu

RE: RE: deleting session variables when browser is closed

2002-03-20 Thread Dave Watts
> The cfid and cftoken are stored in the session struct however > (but I don't know what they are doing there...). CF has to store the CFID and CFTOKEN values, and compare them against those received from the browser to determine if those are your session variables. Dave Watts, CTO, Fig Leaf So

Re: RE: deleting session variables when browser is closed

2002-03-20 Thread Douglas Brown
"Success is a journey, not a destination!!" Doug Brown - Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 4:23 PM Subjec

RE: RE: deleting session variables when browser is closed

2002-03-20 Thread Bryan Love
7;If there must be trouble, let it be in my day, that my child may have peace'..." - Thomas Paine, The American Crisis -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 4:24 PM To: CF-Talk Subject: RE: RE: deleting session varia