This documentation relates to an earlier version of Crucible.
View

Unknown macro: {spacejump}

or visit the current documentation home.

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.