Hi All,

I am keeping the session time-out at 5 mins in my web application. Since I
dont dont require anything else in web.xml this is the only one thing I have
in web.xml

    <session-config>
        <session-timeout>
            5
        </session-timeout>
    </session-config>

But the sessions are not timing out in 5 mins. Also I tried with the default
web.xml that is present in the conf directory of tomcat(I removed my
application's web.xml in this case). Still the session is not timing out. I
am using tomcat3.2.3. Any help will be greatly appreciated.

Regards,
Pankaj



Reply via email to