in reply to Re: Re: Not able to set and retrieve cookie
in thread Not able to set and retrieve cookie
If you are using CGI (which you rightly should be as you are), you shouldn't manually output your headers. Calling $query->header(); will do it for you, and $query->header( -cookie => $newcookie ); will print out the Set-cookie header, as well as the Content-type header.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^3: Not able to set and retrieve cookie
by bradcathey (Prior) on Apr 29, 2004 at 02:16 UTC | |
by eric256 (Parson) on Apr 29, 2004 at 03:25 UTC |