I think that worked. I got sent back to the login form.

Thanks

Phil

-----Original Message-----
From: Figy, Kam [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 04, 2004 7:46 PM
To: CF-Talk
Subject: RE: CFLOGOUT


To make sure the session is cleared, you could always call StructClear(
session )

Kam

-----Original Message-----
From: Phillip Perry [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 04, 2004 4:34 PM
To: CF-Talk
Subject: CFLOGOUT

Hi,

I'm using the cflogout tag but I don't think the session was logged out.
I managed to delete the cookie but the user can still get into the
protected area after logout. This is the code for logout i'm using...


<cflogout>
<cfif IsDefined("cookie.ISTHISPERSONLOGGEDINORWHAT") EQ "Yes"> <cfcookie
NAME="ISTHISPERSONLOGGEDINORWHAT" VALUE="Yes" EXPIRES="NOW"> </cfif>
<cflocation url="http://localhost/applewood/mycommunity/index2.cfm";>


I thought that the cflogout was supposed to get rid of the session. Can
someone shed some light on this please?

Thanks

Phil








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