in reply to redirecting directly after setting a cookie
in thread using cookies with UserAgent
This is perfectly correct and results in a new request with a particular delay. Unlike a traditional redirect, most browsers will *not* attempt to rePOST data (which they technically shouldn't do anyway, IIRC).my $refresh_header = "Refresh: 0; URL=http://example.com/nextpage.cgi\ +n";
|
|---|