I was reading Sarge's blog something about clearing the cfauthorization 
variable (http://www.sargeway.com/blog/index.cfm?mode=entry&entry=31). So, I'm 
wondering if this might be a way to work around the problem in the 
LoginStorage=Session scenario by clearing the cfauthorization security var with 
something like this in the application.cfm file:

<cfif IsDefined("attributes.logout") or not IsDefined("session.loggedin")>
   <cfscript>StructClear(session);</cfscript>
   <cfscript>StructClear(Security.AuthorizationTokenName);</cfscript>
   <cflogout>
</cfif>
<cfinclude template="act_login.cfm">

Except that I'm not sure how to properly call the authorization token internal 
Security scope (or if it can be accessed this way). 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186532
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to