removing the session time out in web.xml
843833Apr 24 2007 — edited May 20 2007Hi,
I have a web app that has a session timeout in its web xml, how can I remove the session timeout that the session will never timeout ever.
I read that when you remove the session timeout code in the web xml, it will have a default value.
Someone suggested that I put longer values, but the app will stay 24/7, so how can I disable the timeout.
Please help.. thx...