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

Chris,

[EMAIL PROTECTED] wrote:
| One possibility is to use a servlet filter to wrap the tomcat
| instantiated request in your own request, which overrides the desired
| method.

I think you've got the wrong class, here, Chris. The
configureSessionCookie method is in Tomcat's Request class, not
HttpServletRequest.

Zach, Chris has the right idea... just not at the right level. While you
can't do this with a Filter, you /can/ do it with a Valve:

http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html

Check the Tomcat source code for lots of details on Valve implementation.

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

iEYEARECAAYFAkgMl/cACgkQ9CaO5/Lv0PCzogCgoPE679BjfhS/ZbxS26HqG+jv
J2UAmwcPZbddlFocOdb13OulTQ03eVxj
=pc66
-----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