File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes logout Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "logout" Watch "logout" New topic
Author

logout

Peter Straw
Ranch Hand

Joined: Jan 08, 2002
Posts: 79
I'm using microsoft IIS to pop up a username and password box at login, and using Suns Base64Decoder to extract the username and password which I am then putting in the session. To log the user out I'm using session.invalidate() but I want microsoft IIS to pop up the username and password box again if the user goes back to login.jsp in the same browser window. Does anyone know if this is possible please?
Many thanks.
[ June 26, 2002: Message edited by: Peter Straw ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: logout
 
Similar Threads
Restricting access to JSP - PLEASE HELP!!!
Security features in Jboss
How to stop " Password Required " pop up of Eclipse ??
Using MemoryRealm to protect JSP application.
Getting and Setting HTTP - Headers with JSP