Create property to control console session expiration

Description

We currently use the Jetty default (15 minutes?) for admin console login expirations. We could add a property that can over-ride this and set the default so something more reasonable, like an hour. Looking for feedback on this...

Environment

None

is duplicated by

Activity

Show:

Guus der Kinderen January 5, 2021 at 3:56 PM

A new property has been added to control the max idle time in the admin console: adminConsole.sessionTimeout

Terry Rogers July 14, 2015 at 1:50 PM

Perfect, Thank you Daryl!

Daryl Herzmann July 14, 2015 at 12:44 PM

@Terry Rogers, notice you have <param-value> and then </param-name>, which is invalid XML

Terry Rogers July 14, 2015 at 10:59 AM

Is there a workaround for this?

<context-param>
<param-name>org.eclipse.jetty.servlet.MaxAge</param-name>
<param-value>3600</param-name>
</context-param>

within the referenced thread causes an error accessing the admin console after the server restart...

HTTP ERROR: 503
Problem accessing /. Reason:
Service Unavailable
Powered by Jetty://

Fixed

Details

Assignee

Reporter

Labels

Components

Fix versions

Affects versions

Priority

Created March 27, 2014 at 2:10 PM
Updated January 5, 2021 at 3:56 PM
Resolved January 5, 2021 at 3:54 PM