Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Session xxx is now immortal (maxInactiveInterval=-1)

Hello all,

I just upgraded to jetty-9.3.8.v20160314 and now get these strange WARN logging messages every time I create a sesion by calling request.getSession(true). Immediately after this a call setMaxInactiveInterval on the session to limit its lifetime but the message is then already logged.

Why do I get this message and how can I get rid of it?

Cheers,

Silvio


Back to the top