Hello, I developed a webapplication with some servlets. The servlet putted together to a <security-constraint> in web.xml. I use a formbased login with JDBCRealm. If the session timed out and the user requests again tomcat redirects to login.htm. That's ok. But I have to inform the user, that the session timed out. What's the way? My servlets are not invoked. In JDBCRealm I could not get informations about the timed out session. My environment: W2K, Tomcat 4.0-b7 Please help! Heiner Jostkleigrewe eMail: [EMAIL PROTECTED]
