hi all..

I've noticed that using mod_rewrite with Apache::Cookie exhibits odd
behavior...

scenario:
        foo.cgi uses Apache::Cookie to set a cookie
        mod_rewite writes all requests for index.html to /perl-bin/foo.cgi

problem:
        access to /perl-bin/foo.cgi sets the cookie properly
        access to /  or index.html runs foo.cgi, and attempts to set the
cookie, but $cookie->bake issues the generic:
Warning: something's wrong at /usr/local/apache/perl-bin/foo.cgi line 34.

While I know I can use a PerlTransHandler here (and probably will now), does
anyone have any ideas about this behavior?

In the meanwhile, if I find out anything more while investigating, I'll post
it...

--Geoff

Reply via email to