Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Logout using CFAuthenticate

Status
Not open for further replies.

Vodka

Programmer
Joined
Dec 6, 2000
Messages
3
Location
CA
Can someone please advice me of how to un-Authenticate someone when you use CFAuthenticate, I am passing my variables using session variables, but when I log out I don't want the user to be able to keep going.
 
the point is that to do so, you have to make sure that your users log out, but you can't really control users !!
 
I realize that but it would still be nice to have the option in, the problem is when I do clear my session variables I am still Authenticated, what am I forgetting to clear, the CFTOKEN and CFID, if that is so how do I go about doing this.
 
you have to say that the session expired
i don't remeber how but i'm sure people will be glad to tell us ;-)
 
I have cleared all my session variables by using structclear(session) and all my cookies by using Expires="Now" , and all my variables don't exsist anymore, but the problem is that I am still Authenticated as a user on the machine when I check with IsAuthenticated or Is Authorized.

Can anyone point me in the right direction?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top