Re: Problem in request.getSession(false); in Tomcat 5.5.14

2007-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tina, Tina G wrote: > Session timeout after 2 minutes by tomcat container but on submiting a > second form to the server; > request.getSession(false); > is not returning NULL. Instead a new SessionId gets assigned. Something else must be happening be

Problem in request.getSession(false); in Tomcat 5.5.14

2007-10-14 Thread Tina G
Settings/Configuration: Tomcat/conf/web.xml has session-timeout set to 30 minutes Application's WEB_INF has web.xml with session-timeout set to 2 minutes Java Class1 On first form submit to the server, create an httpsession using request.getSession(true). SessionId is assigned. Set maxinactive in