NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
yes, with standard caveats (Score:1)
My eyebrows definitely raise though at the general mention of cookies for data storage. Cookies are just as untrustable as any other user input, and should never be relied on for authentication, authorization, or used to reflect the inner workings of a web site, or especially to hold any sensitive information.
I was amazed back in my PHP days how many developers and libraries chucked sensitive information with just a sprinkling of base64 into a user's cookie. I've even seen code eval'ed from cookie data
Reply to This