J
Jim
I set the session timeout as
<session-config>
<session-timeout>10</session-timeout>
</session-config>
in web.xml
How can I obtain this value (10) programatically from my servlet?
thanks
Jim
<session-config>
<session-timeout>10</session-timeout>
</session-config>
in web.xml
How can I obtain this value (10) programatically from my servlet?
thanks
Jim