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.
Friendster (Score:1)
Re:Friendster (Score:3, Interesting)
Well, I must say that I hope they get these issues ironed out. It's long been known that we can't predict the long-term effects of the 'Net and I think experiments like Friendster are exactly the sort of thing that I like to see while we try and flesh out the new future of communication. I would love to see them succeed.
Re:Friendster (Score:2)
Interesting. The was down when I made my post. It's back up and now the password is no longer being sent. Curious timing, but I'm happy to see this :)
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