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...
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://
@Terry Rogers, notice you have <param-value> and then </param-name>, which is invalid XML
Perfect, Thank you Daryl!
A new property has been added to control the max idle time in the admin console: adminConsole.sessionTimeout