Are you passing the client.URLToken information in the URL string?  The reason 
I ask, the session is managed in the ColdFusion server, which is server-side... 
if you are not passing the variables with the client, then it will not know 
which session to logout.  Another way to accomplish this without having to pass 
the client.URLToken string is to enable client cookies, which will ensure the 
session is managed correctly.

<cfset this.setClientCookies = true>

The main issue with relying on cookies is then you must do a JavaScript check 
to ensure they have cookies enabled, but it should take care of your issue.


~Rob

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:1960
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to