Dan Horne wrote:

> Perhaps this could be added to CGI::Application::Plugin::Redirect if Cees is
> amenable?

I'm not sure that should happen automatically if running under mod_perl. Doing a
normal HTTP redirect will send all HTTP headers to the browser and any new
cookies will be available to the next request. Doing an internal redirect won't
do this unless the cookies have been set with the mod_perl API, else the new
request won't see the to-be-sent headers.

-- 
Michael Peters
Developer
Plus Three, LP


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to