in reply to Re^2: CGI error: "Invalid header value contains a newline not followed by whitespace"
in thread CGI error: "Invalid header value contains a newline not followed by whitespace"
The correct code is:
print $q->redirect( -uri => 'http://localhost/', -cookie => [ $set_session, $set_username ], );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CGI error: "Invalid header value contains a newline not followed by whitespace"
by MyMonkName (Acolyte) on Feb 04, 2012 at 21:08 UTC | |
by tobyink (Canon) on Feb 04, 2012 at 21:20 UTC | |
by MyMonkName (Acolyte) on Feb 04, 2012 at 22:21 UTC | |
by tobyink (Canon) on Feb 04, 2012 at 23:04 UTC |