I am trying to provide a "logout" function on my site. I have tried
various combination like:

                <cfcookie name = "UserID"
                value = "#session.client_id#"
                expires = "NOW">

                <cfset structDelete(cookie,'UserID') />

                <CFSET temp=structDELETE(session, 'level')> 
                <CFSET temp=structDELETE(session, 'loginok')> 
                <CFSET temp=structDELETE(session, 'client_id')> 
                <CFSET temp=structDELETE(session, 'lname')> 
                <CFSET temp=structDELETE(session, 'fname')> 

But the login presists until the browser is closed.

Is there any way to kill a login without exiting the browser?

Any suggestions appreciated.

Rick Colman


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290947
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to