in tomcat you can configure the global session timeout value in
tomcat_installation_directory/conf/web.xml
there's an entry like this:
<!-- ==================== Default Session Configuration
================= -->
<!-- You can set the default session timeout (in minutes) for all
newly -->
<!-- created sessions by modifying the value
below. -->
<session-config>
<session-timeout>30</session-timeout>
</session-config>
the default value is 30 minutes..
Ford, Jennifer M. wrote:
Hi there!
Our users are complaining about the short default timeout on the portal.
Is that configurable, and if so, where?
Thanks,
Jennifer Ford
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]