This page last changed on Jun 07, 2010 by asridhar.

Crucible comes with remember me functionality, i.e. so long as user hasn't logged out the computer will remember the user. So technically a user should not be logged out, unless the user has disabled the saving of cookies in their browser settings.

If the user has disabled cookies, and does not want to enable the saving of cookies, then, you can add:

<session-config>
  <session-timeout>120</session-timeout>
</session-config>

in your WEB-INF/web.xml file (see Jetty Documentation), which will increase the session timeout value to two hours.

Document generated by Confluence on Jul 29, 2010 20:01