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

All,

Jesse Barnum wrote:
> Well, you can set the max age on a cookie to something > 0, which means
> that it will persist for that amount of time, even if the user's browser
> window is closed. I'm just trying to figure out if there is a way to
> tell Tomcat to set that property on the cookies that it creates to store
> the session ID's.

You may have to do it manually (that is, grab the Cookie object from the
response and force the maxage).

On the other hand, the user's session is going to time out within that
48 hours, so what's the point of maintaining the JSESSIONID cookie past
the browser-session?

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

iD8DBQFGhUcu9CaO5/Lv0PARAjzeAJ9PAkO2n4InRn9s9KaoCTlZ6gogowCgipM2
VibFQ3g7DvtU4ajdOcsOa94=
=Jdtn
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to