CFID Hell....

2004-05-12 Thread Butch Zaccheo
Is there a way to renew CFID and CFTOKEN without shutting down your browser I¹ve tried many different ways to do this and nothing has worked! In application.cfm I have session variables enabled, they are not stored in cookies... Bzaccheo [Todays Threads] [This Message] [Subscription]

RE: CFID Hell....

2004-05-12 Thread Raymond Camden
What are you trying to do? Reset your session? Have you tried simply using structDelete to remove session vars, or structClear to empty the entire session? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFID Hell....

2004-05-12 Thread Butch Zaccheo
Yes I am trying to reset my session and yes I did delete all session variables... But for some reason the same CFID and CFTOKEN keep showing up On 5/12/04 9:35 AM, "Raymond Camden" <[EMAIL PROTECTED]> wrote: > What are you trying to do? Reset your session? Have you tried simply using > struct

RE: CFID Hell....

2004-05-12 Thread Raymond Camden
But why do you care about that? CFID/CFTOKEN are how CF indentifies you. You should not need to worry about it. If all you care about is clearing the session, then just clear it. It doesn't matter if you keep the id/token. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [

Re: CFID Hell....

2004-05-12 Thread Butch Zaccheo
I use cfid and cftoken for an unique identifier for my shopping cart So with each new transaction I need a new identifier On 5/12/04 11:03 AM, "Raymond Camden" <[EMAIL PROTECTED]> wrote: > But why do you care about that? CFID/CFTOKEN are how CF indentifies you. You > should not need to wo

RE: CFID Hell....

2004-05-12 Thread Barney Boisvert
l Message- > From: Butch Zaccheo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 12, 2004 11:01 AM > To: CF-Talk > Subject: Re: CFID Hell > > Yes I am trying to reset my session and yes I did delete all session > variables... But for some reason the same CFID and CFTOKEN

RE: CFID Hell....

2004-05-12 Thread Barney Boisvert
hen a session is created, and use that as your transaction ID. Cheers, barneyb > -Original Message- > From: Butch Zaccheo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 12, 2004 11:09 AM > To: CF-Talk > Subject: Re: CFID Hell > > I use cfid and cftoken for a

Re: CFID Hell....

2004-05-12 Thread Butch Zaccheo
> -Original Message- >> > From: Butch Zaccheo [mailto:[EMAIL PROTECTED] >> > Sent: Wednesday, May 12, 2004 11:09 AM >> > To: CF-Talk >> > Subject: Re: CFID Hell >> > >> > I use cfid and cftoken for an unique identifier for my >

RE: CFID Hell....

2004-05-12 Thread Matt Robertson
- -Original Message- From: Butch Zaccheo [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 11:28 AM To: CF-Talk Subject: Re: CFID Hell Thanx Barney... Looks like I¹ll have make some changes to my code BZaccheo On 5/12/04 11:13 AM, "Barney Boisvert" <[EMAIL PR