Christopher Schultz a écrit :
If you use a web server like Apache httpd to make it look like there are
several domains there, but there's really only one deployed instance of
your web application, then you should already be able to share the
cookies across the domains.
And of course, if you just set dns to point to tomcat, an you use
defaultHost on tomcat, there will only be one instance of webapp, but
nothing will magically rewrite cookies as is. Perhaps you can create a
custom valve to do so (Alter response to change cookie domain, alter
request to change the other way) :)
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]