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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to bring up the logon screen

Status
Not open for further replies.

IThead

MIS
Sep 6, 2002
102
US
Hi,
we have an intranet in out company, it uses NT authentication, the problem we have here is, if a user logoff but still have the browser running after visit other sites, when coming back to our site the logon screen does not come up and automaticly logon them in., the only way to froce the logon screen to come up is to restart the browser.
Does anyone know how to fix this?
Thanks
 
Sounds like you are using server side session variables. This is common practice. You either have to code it so the session variable expire when they hit the logout screen. (session.abandon) or use something to force the window to close. I would suggest the first, but you need to know how to program.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top