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.
Why are you posting this to use.perl? (Score:3, Funny)
Which also stores usernames and passwords in plain text in a cookie? Well, obfuscated, at least as much as basic-auth is...
Quite shocked me when I looked closely at my slashdot / use.perl cookies.
-Dom
Reply to This
Re:Why are you posting this to use.perl? (Score:3, Funny)
I post it to use.perl.org for the same reason others post post plenty of other non-Perl things here: it interests me.
The comment about the use.perl cookie was interesting. I had suspicions about the cookie, but never looked at it that closely. If you really want fun, though, take a look at the full headers. You'll see things like: X-Bender: My full name is Bender Bending Rodriguez. and X-Fry: Hey look, it's that guy you are! .
Re:Why are you posting this to use.perl? (Score:2)
As to the headers, I love 'em. First saw them on slashdot, and I'm thinking about adding something similiar to my latest project now...
-Dom
Re:Why are you posting this to use.perl? (Score:2)
And you can always click "Logout" to delete your cookie, too.
As to the proper deleting of a cookie: setting the expiration date is the recommended method. In this Netscape doc [netscape.com], for example, it says: If a CGI script wishes to delete a cookie, it can do so b
Re:Why are you posting this to use.perl? (Score:2)
-Dom