I'm developing a web-app using netbeans with glassfish v2 and my actual server is apache tomcat version 6. My application makes an AJAX call to the server to check for updates once every second.
When I'm testing on glassfish, the session stays alive past the 1 minute timeout (because of the AJAX calls to the server) however when I deploy onto my apache tomcat server, the AJAX calls are NOT resetting the session timeout and the session times out after 1 minute. It is my understanding that glassfish is based off of the apache server so the settings files should be identical. My question is: Is there a server configuration setting somewhere that will make tomcat behave the way glassfish does? (In that it will reset the session timeout when it recieves an AJAX request) -- View this message in context: http://www.nabble.com/AJAX-Calls-not-resetting-tomcat%27s-session-timeout-tp23874506p23874506.html Sent from the Tomcat - User mailing list archive at Nabble.com.