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!

How to close a borwser session?

Status
Not open for further replies.

celia05es

Programmer
Jan 10, 2002
81
US
Hello,
I am using the Tomcat Formed-Authentication (Tomcat 5.0.19). Now, I know that the login page will pop-up only once per browser session. When the user exits the application, I want that the next time he enters, the login page pops-up
again. To do this, I suppose I have to close the browser application when
he exits the application.
Any idea of how to do it?
Thanks
 
You can only close the browser using javascript. In addition, you cannot use javascript to close a window which you didn't open without a warning being shown to the user.

Greg.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top