Rainer Jung wrote:
To simplify your research a little bit: you mentioned you switched
cookies off in order to use the jsessionid URL parameter to log the
session IDs.
If you keep cookies on, then you can also log the value of the
JSESSIONID cookie by using the %C syntax of Apache's CustomLog.
Look at
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats
Something like %{JSESSIONID}C should work.
If you want to track, whether a new session cookie has been set (because
the old one was invalid), you can add e.g.
\"%{Set-Cookie}o\"
Thanks. That will come in handy.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org