-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Fachhoch,

On 3/14/13 8:01 AM, fachhoch wrote:
> I added  all my jsp   with <%@ page session="false" %>  still
> session count is increasing  , is there any  session listner which
> will debug all session creation   ,time ,ipaddress etc and session
> destroy

You can write your own: they are trivial to write if you just want to
log what code is creating the session. Capturing information about the
request is less easy: you have to write a Filter that wraps the
requests and instruments them. That's also fairly easy but does
require a certain amount of familiarity with the Servlet API.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEAREIAAYFAlFDgvoACgkQ9CaO5/Lv0PBf1QCfUBkcFdHEli8Wzfb6MGS1fwn3
tLkAn2xcApmBBmr7wIvoGio6hiqy99ic
=MAAO
-----END PGP SIGNATURE-----

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

Reply via email to