PerlTransHandler and 302 'Object Moved' response from web server

2004-05-05 Thread mathieu . millet
Hi everyone, I have searched through the archive but I haven't a solution to my problem. I'm using a PerlTransHandler module to reverse proxy a website. The website itself sets a cookie for tracking its 'own' session and my module handles it without trouble (well, I think). On some page

Re: PerlTransHandler and 302 'Object Moved' response from web server

2004-05-05 Thread Perrin Harkins
On Wed, 2004-05-05 at 06:12, [EMAIL PROTECTED] wrote: > On some pages, the website sends a 302 'Object Moved' response and instead > of returning the 302 response to the web browser, Apache/my handler tries to > GET the new Location by itself, without setting the website's cookie. So, > the website