in reply to Cookie Problem
In the article from merlyn to which a link has been provided, this issue was addressed by redirecting the client browser back upon the script, with the appropriate Set-Cookie header, if the required cookie did not already exist. The relevant section of code follows:
=25= param("_cookiecheck", 1); # prevent infinite loop =26= print redirect (-cookie => $cookie, -uri => self_url());
It may also be useful to read further about Cookies from the appropriate RFC document.
perl -e 'print+unpack("N",pack("B32","00000000000000000000000111011000")),"\n"'
|
|---|