-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ashish,

On 7/20/2010 9:58 AM, Ashish Kulkarni wrote:
> Where do i set this max age for session? i dont see any thing in document
> http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html

You will have to write code to do this yourself: Tomcat won't do it for you.

Pid's question about setting the max inactive interval isn't germane,
because you want the JSESSIONID cookie to remain active across a browser
restart, rather than having the server hold on to the session longer
than it is. Setting <session-timeout> in web.xml (which is the same as
setting maxInactiveInterval on the <Manager>, though it's more standard)
will not affect the cookie lifetime on the client.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxGBYoACgkQ9CaO5/Lv0PCgBQCcC8/ysjc/bgmZzYXa3S6Ku0ji
qYcAn3Wf04f2J8jKCQIrTbvnqtXewGsZ
=7yJE
-----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