in reply to Re^6: Cookie->fetch problem
in thread Cookie->fetch problem
[Thu Mar 9 12:33:53 2017] manage_users.cgi: $VAR1 = {'CGISESSID' => '1 +234deadbeef'};
For a quasi-independent test, what happens when you add the following to your code:
and see if the CGI object has any cookies in it.use CGI; my $cgi = CGI->new; warn $_ for $q->cookie();
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|