How can i read the session-timeout from the web.xml file?
session-timeout
Tried
getServletContext().getAttribute(\"session-timeout\").toString();
It should be
session.getMaxInactiveInterval();
It will return time in seconds.