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

2007-11-19 Thread Christian Folini
On Fri, Nov 16, 2007 at 02:18:11PM -0800, dertown wrote: > > I used the tools and there is no path or domain in the original cookie that > ican see. > I know it is encrypted under MD5 so maybe icant access the cookie and change > it. > > Is there a way to hold a cookie with in the prroxy server i

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 Axel-Stephane SMORGRAV
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.org Objet : Re: [EMAIL PROTECTED] mainting session cookies with a reverse proxy I am r

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 PROTECTED]> wrote: >

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

2007-11-15 Thread dertown
I am running a reverse proxy to a back end web app with its own sign that uses session cookies. here is an what i have configured for the proxy the web app is an ajax app. ProxyRequests Off ProxySSLEngine On ProxyPass / https://appserver.domain.com ProxyPassReverse / https://appserver.domain.co

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

2007-11-15 Thread Joshua Slive
On Nov 15, 2007 1:15 PM, dertown <[EMAIL PROTECTED]> wrote: > > 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. I'm wondering too. But since you

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

2007-11-15 Thread Joshua Slive
On Nov 15, 2007 10:43 AM, dertown <[EMAIL PROTECTED]> wrote: > > 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

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

2007-11-15 Thread Emiliano Romero
What do you mean with "session cookies"? PHP session cookies?. If you ask about passing PHP sessions over servers, you have to make the cookies access by the other server (in the same domain, or in a subdomain (.domain.com)). And then make PHP to share , or USE the same session.save_path. If they