Handling errors and closing connections?

2000-12-20 Thread Romuald Colletaz
hello,   I use the an "errorPage " in my JSP pages to handle errors. I wonder if the connection I have opened before tje error occurs in hte page are closed when errorPage is called or if it seems to produce problems?   thanks,   Romuald

Session Timeout

2000-12-20 Thread Romuald Colletaz
Hello,   how can I handle session timeout in JSP page? (I use tomcat 3.2)   I mean how can I redirect my user into the login page when he refreshes a page  where the session is timeout.   thanks,   Romuald