I'm using tomcat to handle session management on my site.
On web.xml file I have:
<session-config>
<session-timeout>30</session-timeout>
<!-- 30 minutes -->
</session-config>
I wuold like to unset session time (I want no session time) ... wath I have to do ??? Is it sufficient to remove these tag ??? Thanks in advance.
On web.xml file I have:
<session-config>
<session-timeout>30</session-timeout>
<!-- 30 minutes -->
</session-config>
I wuold like to unset session time (I want no session time) ... wath I have to do ??? Is it sufficient to remove these tag ??? Thanks in advance.