Hi,

My homepage of website contains periodic ajax requests, due to which the session does not time out. Referring to http://ajaxpatterns.org/Timeout I decided to use timer and event (like mousemovement etc.) to check whether user is active or not and thus invalidating session after inactivity for 'certain' time.

To set the 'certain' time for timer, I want to use the timeout period set in Weblogic configuration. I tried to read using getMaxInactiveInterval() method of HttpSession , which is giving me 28800 seconds which doesnot match with what has been set. I neither have a weblogic.xml file not any settings in web.xml for <session-config>.

how do I read that SessionTimeoutSecs configured in Weblogic. My Weblogic Version: WebLogic Server 9.2 MP3 Mon Mar 10 08:28:41 EDT 2008 1096261

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.