When a client logs out of a particular application, I have the need to
destroy all session variables, cookies....everything....

What's the best and most secure way to accomplish this?

Can I simply put something like:

        <cfset tempvariable = StructClear(session)>
        <cflocation url="YouIsLoggedOut.cfm">

..on the "logout" processing page?

What's "best practice" for this?

Thanks,

Les

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to