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)

Reply via email to