RE: Client Variables NOT expiring

2001-07-12 Thread Dave Watts
Sorry - but for some strange reason I have not yet received your first reply! In any case - I will go play with DeleteClientVariable(), though what I really need is for the CFID and CFTOKEN cookies to disappear from the client browser. They seem to remain. So, I close my browser, but on

RE: Client Variables NOT expiring

2001-07-12 Thread Dave Watts
Do you set this tag (cfapplication) on the fly in the middle of your code somewhere or is this located in the Application.cfm file? I'd only set it once, in Application.cfm. Is it safe to set the Session.CFID and Session.CFTOKEN to to knock them out? Do they get regenerated and set to

Re: Client Variables NOT expiring

2001-07-12 Thread Bruce Holm
- Original Message - From: Dave Watts [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 9:31 AM Subject: RE: Client Variables NOT expiring Do you set this tag (cfapplication) on the fly in the middle of your code somewhere or is this located

RE: Client Variables NOT expiring

2001-07-12 Thread Dave Watts
Do you set this tag (cfapplication) on the fly in the middle of your code somewhere or is this located in the Application.cfm file? I'd only set it once, in Application.cfm. But if you do it there, then how do you use session vars? Just like anyone else uses them, I guess.

Re: Client Variables NOT expiring

2001-07-12 Thread Bruce Holm
: Client Variables NOT expiring Sorry - but for some strange reason I have not yet received your first reply! In any case - I will go play with DeleteClientVariable(), though what I really need is for the CFID and CFTOKEN cookies to disappear from the client browser. They seem to remain. So, I

Re: Client Variables NOT expiring

2001-07-12 Thread Bruce Holm
- From: Ledwith, Brian [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 11:35 AM Subject: RE: Client Variables NOT expiring Stephen- To kill a users session, and clean everything up, I have a logout page with the following: cfset client.userid = 0 cfset

RE: Client Variables NOT expiring

2001-07-11 Thread Dylan Bromby
i sent a reply to this yesterday. have you tried the DeleteClientVariable() function? -Original Message- From: Stephen R. Cassady [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 8:18 AM To: CF-Talk Subject: Client Variables NOT expiring I'm having the darnedest time trying

RE: Client Variables NOT expiring

2001-07-11 Thread Stephen R. Cassady
Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 9:40 AM To: [EMAIL PROTECTED] Cc: 'Stephen R. Cassady' Subject: RE: Client Variables NOT expiring i sent a reply to this yesterday. have you tried the DeleteClientVariable() function? -Original Message- From: Stephen R

RE: Client Variables NOT expiring

2001-07-11 Thread Ledwith, Brian
: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 9:40 AM To: [EMAIL PROTECTED] Cc: 'Stephen R. Cassady' Subject: RE: Client Variables NOT expiring i sent a reply to this yesterday. have you tried the DeleteClientVariable() function? -Original Message- From: Stephen R

RE: Client Variables NOT expiring

2001-07-11 Thread Dan G. Switzer, II
, July 11, 2001 2:36 PM To: CF-Talk Subject: RE: Client Variables NOT expiring Stephen- To kill a users session, and clean everything up, I have a logout page with the following: cfset client.userid = 0 cfset client.parentid = 0 cfset client.useridtypes = cfset DeleteClientVariable