HttpSessionFacade

2001-03-14 Thread Dominic Reynolds
Hi, I have a question regarding the use of HttpSessionFacade. It appears that many instances of this object can wrap the same *real* session. These objects are th en recycled by tomcat (unbinding the facade from the real session). This recycli ng happens prior to the session being invalidated

AW: Still : Error in HttpSessionFacade - still nobodys really interested in

2000-12-20 Thread Hanusch, Hartwig
gt; An: Hanusch, Hartwig > Cc: [EMAIL PROTECTED] > Betreff: Re:Still : Error in HttpSessionFacade - still nobodys really > interested in > > > There is no problem for me as u have stated ..i have tested a servlet with > > tomcat and also with tomcat and apache .

Re:Still : Error in HttpSessionFacade - still nobodys really interested in

2000-12-20 Thread Narayanan Balasubramanian
There is no problem for me as u have stated ..i have tested a servlet with tomcat and also with tomcat and apache . Things r going fine . May be as u have stated u might had made some mistake in coinfiguration . Narayanan. _

Still : Error in HttpSessionFacade - still nobodys really interested in

2000-12-20 Thread Hanusch, Hartwig
(); ) { HttpSession theHttpSession = (HttpSession) i.next(); String sid = theHttpSession.getId(); < problem, calling HttpSessionFacade if (loginObj.hasContentSessionRelatedBlaSession(

error in HttpSessionFacade when working with Apache/Tomcat 3.2

2000-12-15 Thread Hanusch, Hartwig
(HttpSessionFacade.java:114) ... the calling code looks that way: session is hash of sessions for (Iterator i = sessions.iterator(); i.hasNext(); ) { HttpSession theHttpSession = (HttpSession) i.next(); String sid = theHttpSession.getId();< problem, calling HttpSessionFac