Does anyone know how to definitively log out of a session using
include_CheckAuthority.cfm?

I have tried combinations of:

<cfset bLoggedIn = False>
<cfset session.level = 0>
<cfset session.id = "">
<cfset Cookie.UserID = "">

Which gives the appearance of logging out, but does not really do so,
because a protected page
Runs even though it is not supposed to do so after the logout.

TNX if you can help.

Rick Colman




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188003
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to