Hi,
I would like to change the session expiry duration, any helps??
thank you.
Hi,
I would like to change the session expiry duration, any helps??
thank you.
Add an entry to your web.xml file-
<session-config>
<session-timeout><Enter time here></session-timeout>
</session-config>