RE: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-16 Thread dertown
ing the path and > domain. Use that information to determine the right argument to > ProxyPassReverseCookieDomain. > > > -ascs > > -Message d'origine- > De : dertown [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 15 novembre 2007 20:03 > À : users@httpd.apache.or

Re: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread dertown
that sounds like it will do what i need it to do but how does it work? i looked at the mod proxy docs and i tried using it. but it still does not work. i am wondering if i am mis configuring it. Derek Joshua Slive-2 wrote: > > On Nov 15, 2007 10:43 AM, dertown <[EMAIL PROTECTE

Re: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread dertown
://appserver.domain.com ProxyPassReverseCookieDomain appserver.domain.com proxy.domain.com ProxyPassReverseCookiePath proxy.domain.com / that is the example it is withn a Joshua Slive-2 wrote: > > On Nov 15, 2007 1:15 PM, dertown <[EMAIL PROTECTED]> wrote: >> >> that sounds like it will

[EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread dertown
Is there any way to maintian the session cookies within the the reverse proxy server? I have a reverse proxy serve that is connecting to a backend server using an session cookies and credentials. however when a user connects to the server through the reverse proxy the login page is returned becau