intrigue Posted September 22, 2005 Posted September 22, 2005 We use Intergrated Windows Authentication for our extranet and one of the staff members was moaning that he wanted to logoff to make sure he's not logged on anymore. Despite the fact we told him when he closes the browser it kills the session he still would like a button I made a script which has this in it. <% Session.abandon() %> but of course that doesn't work so i assume there has to be another way of doing it. Anyone know this other way? .matt
alan-d Posted September 22, 2005 Posted September 22, 2005 Why not cheat? Make a button that links to a page saying he has logged off successfully. How will he know the difference
billi Posted September 22, 2005 Posted September 22, 2005 true, thats the right way they should be served
E1uSiV3 Posted September 23, 2005 Posted September 23, 2005 Why not make a logout button or link to close the window? You could use the following code to close the window: Button: Close Link: [url="javascript:window.close()"]Close[/url]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now