Stories
Slash Boxes
Comments
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

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • Did you happen to look at HTTP::Cookies while you were looking at cookie handling modules?

    I'm currently debugging some warnings that seem to be coming out of HTTP::Cookies, specifically 'not defined' type warnings. But I haven't seen any other reports of this, so I'm wondering if I'm just dealing with some malformed or non-standard cookies. I'm thinking I should look at the cookies first, but maybe the module could use a tweak too.
  • I've been both reading up a little and trying some stuff out on various browsers. The state of things is well summarized on this page [modpython.org]:

    Even though there are official IETF RFC's describing HTTP State Management Mechanism using cookies, the de facto standard supported by most browsers is the original Netscape specification. Furthermore, true compliance with IETF standards is actually incompatible with many popular browsers, even those that claim to be RFC-compliant.

    Check out the reading list at the bottom, the