Ok, I'm not really following what you're doing. Please forgive me if this is
a stupid question but do you have that application tag in the application
page of the directory where the page setting the new session exists?

Karl

> From: "John Jonathan Kopanas" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Tue, 4 Jun 2002 16:48:44 -0400
> To: "CFTALK Toronto" <[EMAIL PROTECTED]>
> Subject: [CFTALKTor] please help
> 
> I am having a problem that is driving me crazy.  Please tell me where my
> logic is wrong.
> 
> I created an app with a secure section.  I am using session management and
> don't use cookies.  I just pass CFID and CFToken in the URL.  When the user
> logs out I use structClear(session) and then have the session timeout with
> the following line:
> 
> <cfapplication clientmanagement="No" sessionmanagement="Yes"
> sessionTimeout="#createTimeSpan(0,0,0,1)#"
> applicationTimeout="#createTimeSpan(0,0,0,1)#" setclientcookies="No"
> setdomaincookies="No" name="#attributes.sessionName#">
> 
> When I go back and login session.cfid is not re-created nor is
> session.cftoken, I am assuming it is because it takes the old session and
> does not create a new one.  How do I make sure the old session is destroyed
> when I logout and when I go back to login in a new session is created.
> 
> 
> Thanks.
> 
> 
> -
> You are subscribed to the CFUGToronto CFTALK ListSRV.
> This message has been posted by: "John Jonathan Kopanas" <[EMAIL PROTECTED]>
> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
> Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
> This System has been donated by Infopreneur, Inc.
> (http://www.infopreneur.net)

-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: "A. Karl Zarudny" <[EMAIL PROTECTED]>
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

Reply via email to