hello, I run jbossweb-tomcat55.sar inside jboss-4.0.5.CR1
I have one EAR file with two WAR files inside. I added HttpSessionListener in web.xml to both wars. If I request both war files from the same browser I have two HttpSession objects with different hash but with the same sessionID. That is exacly what I expected. but sessionDestroyed is only called for the first HttpSession object and never for the second ! furthermore sessionDestroyed is never called again for this sessionID also if new HttpSessions with new hash and same sessionID are created ! If I request the war file with the "not destroyed session object" again, there is never a new session created. thanks in advance -- View this message in context: http://old.nabble.com/HttpSessionListener-sessionDestroyed-only-called-once-for-sessionID-tp26291791p26291791.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org