RE: Password and session

2003-04-04 Thread Reynir Hübner
Yes, Not authorized has the 401 http error code. So you should be able to set in web.xml (either conf/web.xml or /WEB-INF/web.xml) : 401 /welcome.jsp Hope it helps -reynir > -Original Message- > From: Iago Toral [mailto:[EMAIL PROTECTED] > Sent: 4.

RE: Password and session

2003-04-04 Thread Iago Toral
Thank you very much !! Does anybody know how can I force Tomcat to ask me for a password again when the session expires? -- On Fri, 4 Apr 2003 16:26:07 Reynir Hübner wrote: >Yes, >Not authorized has the 401 http error code. >So you should be able to set in web.xml (either conf/web.xml or /