Gargi, The session timeout essentially invalidates the session object for a particular session_id. This concept can be applied only at the application level.
Your welcome page will always continue to be accessible, even after the session timeout. -- Regards Parag On 7/26/07, Gargi Iyer <[EMAIL PROTECTED]> wrote:
Is it possible to apply the session timeout in web.xml to all pages except the welcome page? I dont want the welcome page which is also my login page to ever time out, but the rest of the application should timeout in 15 minutes. Is it possible to do this using HttpSession? gargi

