You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ralph Einfeldt <ra...@uptime-isc.de> on 2001/08/02 14:52:13 UTC

AW: I need help about sessions!

Sorry, can't provide direct help, just some hints
that might help you to track this down:
 
- check that the servlets are in the same context
- redirect to a modified snoop servlet that logs some 
  additional attributes:
   request.getRequestedSessionId()
   request.isRequestedSessionIdValid()
   request.isRequestedSessionIdFromCookie()
   request.isRequestedSessionIdFromUrl()

> -----Ursprüngliche Nachricht-----
> Von: Loïc Lefèvre [mailto:llefevre@fivia.com]
> Gesendet: Donnerstag, 2. August 2001 14:30
> An: Mailing List Tomcat
> Betreff: <center><img src="http://198.70.186.1/help.gif"
> onclick="alert('I need help about sessions!')" border=0></center>
> 
>