HTTP session destroyed prematurely. web.xml setting ignored
Looking for some help on where this setting is coming from and what is causing the session to be invalidated.
On WLS 12.2.1.3, I have a simple web application with session listener and a HelloWorld servlet. Web.xml setting for session-timeout set to 15mins.
However, when session is created on a servlet request, getMaxInactiveInterval is printing 900 but HTTPsession debug is showing 5 and session is actually being invalidated within a minute. I also noticed that requests to /console are showing 3600 but web app session is only 5.
Any ideas on what could be causing this ? maxInactiveInterval to be set to 5 and invalidated within a minute.