I dont know if they fixed anything but the cookie does get deleted

{Phil

-----Original Message-----
From: Jeff Congdon [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 04, 2004 7:41 PM
To: CF-Talk
Subject: Re: CFLOGOUT


have they fixed the problem where if you write a cookie, and then
cflocate, the cookie never gets written?  If not, that's probably your
problem.  Try using a meta-refresh instead of a cflocation.

-jc

Phillip Perry wrote:

>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:183441
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