> From: Mark Stosberg > Sent: Wednesday, 13 December 2006 11:34 a.m. > > Dan Horne wrote: > > Perhaps this could be added to > CGI::Application::Plugin::Redirect if > > Cees is amenable? > > I think that's a great idea, but this option should perhaps > have a different name or option, because the result is different: > The internal redirect keeps the same URL, the external one does not. > > For my application, the difference is OK when switching > between modperl and CGI, but others it may not be acceptable > for this behavior to be automatic. > And
> From: Michael Peters > Sent: Wednesday, 13 December 2006 11:35 a.m. > 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. Er, Good points! I think I should have thought about things a bit harder before adding my 2c --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
