Jump to content

Recommended Posts

Posted

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

Posted

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]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...