Session Configuration
  • 11 May 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Session Configuration

  • Dark
    Light

Article summary

Session Configuration

Session Timeout

You can configure a session timeout in the Webserver/Tomcat, which will automatically close the user session when it has been inactive for a certain time. The default time is 120 minutes. You can change this configuration by changing the "session-timeout" in the web.xml-file.

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

Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.