Re: HttpSessionListener sessionDestroyed only called once for sessionID

2009-11-10 Thread mauroS
>What do you mean "different hash"? the hasCode of the java object >So, the sessionDestroyed method is called, yet the session appears to >continue to live and be accessible? Yikes I have HttpSessionObj1 with ID 1 and hash A HttpSessionObj2 with ID 1 and hash B A is destroyed B is ne

Re: HttpSessionListener sessionDestroyed only called once for sessionID

2009-11-10 Thread mauroS
>"Request the war file"? That sounds, well, a little imprecise, what >*exactly* are you requesting? I request with a browser the doGet method of a servlet, inside the toGet I call "request.getSession(true);" >They're in different classloaders, (assuming you mean .hashCode()), so >that's expec

HttpSessionListener sessionDestroyed only called once for sessionID

2009-11-10 Thread mauroS
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 i