Hi,

I've done all I can think of to get rid of the session. I've done
structclear(session) I've done cfapplication timeouts and
loginstorage=storage. but no matter what I'm doing the session is staying
on. I cfdumped it and the cookie info. The cookie is gone (which is right)
but the session remains. I would appreciate any help that can be given. I'll
provide my code again.

Phil


<cflogout>
<cfif IsDefined("cookie.ISTHISPERSONLOGGEDINORWHAT") EQ "Yes" OR
IsDefined("Session.Auth")>
<cfcookie NAME="ISTHISPERSONLOGGEDINORWHAT" VALUE="Yes" EXPIRES="NOW">
<cfapplication name="applewoodcommunity" sessionmanagement="yes"
sessiontimeout="#createTimeSpan(0,0,0,0)#" LOGINSTORAGE="Session">
#StructClear(Auth)# <!--- I've tried different variations --->
</cfif>
<cflocation url="http://localhost/applewood/mycommunity/index.cfm";
ADDTOKEN="No">




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:183560
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