Hi,
I wanted to update the session timeout value in WebSphere. I tried the following but still my
test jsp which prints session.getMaxInactiveInterval() still shows the 1800 secs !
I tried the following -
a. Updated it using the admin console , which did not work as the web.xml has precedence over the Appserver's console settings.
b. Directly edited web.xml which also did not show any change.
c. Re deployed the web.xml using partial deploy in Websphere and still no change.
I cannot change the code and so want to avoid using setMaxTimeout.
I have started to believe that I am missing something fundamental .Any suggestions why this could be happening ?