Skip to main content

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

What value are you setting the setMaxInactiveInterval() to?

Joakim Erdfelt / joakim@xxxxxxxxxxx

On Tue, Mar 22, 2016 at 3:23 PM, Silvio Bierman <sbierman@xxxxxxxxxxxxxxxxxx> wrote:
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
_______________________________________________
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


Back to the top