Source code logout page

<cfset structclear(Session)>
<cfcookie name="cfid" expires="NOW">
<cfcookie name="cftoken" expires="NOW">
<cfcookie name="cfglobals" expires="NOW">
<cfcookie name="UserID" expires="NOW">
<cflocation url="login.cfm" addtoken="no">

I use source code above to logout. But when I open
browser to access my web page again, cfid, cftoken and
session variable still exist. Can you help me?

Thank you!!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to