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

Re: HttpSessionListener sessionDestroyed only called once for sessionID

2009-11-10 Thread Pid
On 10/11/2009 21:44, mauroS wrote: 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 "Request the war file"? That sounds, well, a l

Re: HttpSessionListener sessionDestroyed only called once for sessionID

2009-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mauro, On 11/10/2009 4:44 PM, mauroS wrote: > 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 sa

Re: HttpSessionListener sessionDestroyed only called once for sessionID

2009-11-10 Thread André Warnier
mauroS wrote: 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 se