On 22.04.2009 06:44, Caldarale, Charles R wrote:
>> From: Menachem Husarsky [mailto:husar...@hotmail.com] Subject: Re:
>> Re: windows 2k3 / Tomcat 6 / IIS configuration - randomlylosing
>> sessions
>> 
>> Do you have any suggestions for me for how to debug this in a
>> finer more controlled fashion?
> 
> Have you implemented an HttpSessionListener to track the comings and
> goings?  This, coupled with request/response logging, might at least
> give you a better idea of which is the more likely of the two failure
> scenarios you've considered.

You can also log %{Cookie}i, %{Set-Cookie}o and the actual session id in
your Tomcat access log. You need to activate it and replace the default
pattern "common" by something like e.g.

"%h %l %u %t "%r" %s %b
"%{Cookie}i" "%{Set-Cookie}o" %S %D"

(all on one line)

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to