Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Session timeout

On 05/09/2017 18:18, John English wrote:
Later tests showed that a second request made between 5 and 10 minutes
later also triggers sessionDestroyed(), and that a request is needed to
trigger the call to sessionDestroyed() if the DEBUG flag is not turned
on; with no DEBUG parameter and no subsequent request,
sessionDestroyed() is never called.

Correction: with a 5 minute timeout and no DEBUG flag, sessionDestroyed() gets called automatically after TWENTY minutes!
--
John English


Back to the top