On Wed, 29 Nov 2000, Christopher L. Everett wrote:

> Lets say I wanted to send a cookie from mod_perl out through 
> my light front end.  Say I set the domain of the cookie to 
> ".baz.org", and I have ProxyPass and ProxyPassReverse directives
> in the httpd-lite.conf like this.
> 
[...]
>
> Furthermore, lets say the ServerName of mod_perl is perl.foo.org. 

The client think's that it talks to the .baz.org server so it should
work fine as long as you make sure the perl.foo.org server sets the
cookies in the right domain.

mod_proxy doesn't know about "cookie realms" and will just pass the
cookie headers on.


 - ask

-- 
ask bjoern hansen - <http://ask.netcetera.dk/>
more than 70M impressions per day, <http://valueclick.com>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to