I initially call setMaxInactiveInterval with 1800 as default value.
In some cases this is changed afterwards (usually to a shorter
lifetime) but most of the sessions will remain at 1800 until they
are destroyed (or timeout, occasionaly).
But as I said, the message is logged immediately when the session is
created so before I call setMaxInactiveInterval. If I call
getInactiveInterval I do initially get a -1 value so the message is
not false.
For some reasons my sessions are created as Highlanders by default,
which is strange.
I should probably add that I use Jetty in embedded mode, though the
embedding code has not changed and this message never came up with
previous versions.
Cheers,
Silvio
On 03/22/2016 11:58 PM, Joakim Erdfelt
wrote:
What value are you setting the
setMaxInactiveInterval() to?
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
|