As facing this issue in Crucible 3
However, what is the default session timeout on crucible version 3.
How to remove this limit? as the session timeout is not required
Ive found some info on older versions of crucible, none for version 3.
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 content/WEB-INF/web.xml
Regards.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.