-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
configureSessionCo
@tomcat.apache.org
Subject: Custom Request Subclass
I'm using Tomcat 6.0.14 and I need to override the
Request.configureSessionCookie method to call setDomain on the Cookie
(so the session cookie can be shared across subdomains). Is there any
way to tell Tomcat to instantiate & use m
I'm using Tomcat 6.0.14 and I need to override the
Request.configureSessionCookie method to call setDomain on the Cookie
(so the session cookie can be shared across subdomains). Is there any
way to tell Tomcat to instantiate & use my Request subclass instead of
Request itself?
Thanks,
Zach
-