すべてのバージョン
Crucible 4.2 DocumentationCrucible 4.1 Documentation
Crucible 4.0 Documentation
More...
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.