in reply to Trouble writing a cookie with CGI::Session
You need to send the HTTP header using the CGI::Session method 'header'. Note that the documentation may state incorrectly that
will output the header, complete with CGI::Session cookie information. That should actually be$session->header;
Yes, I wrote to the authour and he wrote back to confirm this mistake. --t. alexprint $session->header;
|
|---|