Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: CGI versus CGI::* modules

by jonadab (Parson)
on Aug 07, 2003 at 13:15 UTC ( [id://281873]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: CGI versus CGI::* modules
in thread CGI versus CGI::* modules

How does your hand-rolled implementation handle P3P cookies?

Considering that no browser I know about requires P3P by default, and that P3P is basically a placebo, I never saw the point.


$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/

Replies are listed 'Best First'.
Re: Re: CGI versus CGI::* modules
by chromatic (Archbishop) on Aug 07, 2003 at 16:45 UTC

    Wow. New installations of IE 6 require P3P by default. I spent a couple of weeks fighting that last year. I'm surprised you've never seen it.

      I've never seen a new install of IE6. All IE6 installs I've seen were upgrades from IE5 or earlier. (This of course will change with time, so it's good for me to know about new installs of IE6 requiring P3P. Does that mean they will (by default) silently discard all non-P3P cookies? Wow, half the web would break...)


      $;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/
        I know this thread is dead, but just a note for posterity.

        I can confirm that normal, non-third-party cookies can definitely get dumped by IE6. That's dumped as in, yes, "silently discarded" - well, it lights up an icon in the browser, but the server has no indication at all.

        And IE6 has REALLY grown in market share, in the recent past.

        If you implement a privacy policy for your site (ie put the relevant stuff in the directory /w3c) this can solve the problem for the *default* security settings on IE6 (depending on what type of information you're collecting).

        But for more restrictive security settings, you need to send a P3P header - which is the search that brought me to this thread. :)

        All the best, Andy.

      New installations of IE 6 require P3P by default

      A little web searching seems to indicate that this is only an issue for third-party cookies. I have no plans ever to make use of third-party cookies (WHY?), so unless I'm missing something I still have no need for P3P.


      $;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://281873]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 00:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found