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
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 .
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.
_
(); )
{
HttpSession theHttpSession = (HttpSession) i.next();
String sid = theHttpSession.getId();
< problem,
calling HttpSessionFacade
if (loginObj.hasContentSessionRelatedBlaSession(
(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