Re: Proxy Redirect and sunshine module authentication

2003-05-27 Thread Rajasekhar Atchutuni
Hello all, We have a web site and it is redirected by Apache using mod proxy which works fine. ProxyPass /mysite/ http://webserver.com:8080/cocoon/mysite/ ProxyPassReverse /mysite/ http://webserver:8080/cocoon/mysite/ But under mysite we have another module which uses the sunshine

SV: Proxy Redirect and sunshine module authentication

2003-05-27 Thread Askild Aaberg Olsen
Hello Raj! If you use cookies to maintain session state, you lose the session with mod_proxy/mod_rewrite in Apache, as long as you *don't* map the Apache httpd's path exactly as the servlet's. Since /mysite/ != /cocoon/mysite/ in your case, this seems to be the problem. In