Re: [PHP] Prevent IE6 from blocking cookies

2004-06-05 Thread Daniel Clark
In IE you can turn ON or OFF accepting cookies, select Tools, Options, Security, Advanced, cookies. But the web server can't command IE to enable cookies. >>Do I a prevent Internet Explorer 6 from blocking cookies (session cookies, >>etc)? Do I have to setup something in the META HEADERS? >> >>

Re: [PHP] Prevent IE6 from blocking cookies

2004-06-05 Thread Knightking
On Sat, 5 Jun 2004 12:55:01 -0300, Robert Winter <[EMAIL PROTECTED]> wrote: Do I a prevent Internet Explorer 6 from blocking cookies (session cookies, etc)? Do I have to setup something in the META HEADERS? Thanks Robert header('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"'); Won'

Re: [PHP] Prevent IE6 from blocking cookies

2004-06-05 Thread Curt Zirzow
* Thus wrote Justin Patrin ([EMAIL PROTECTED]): > Nick Wilson wrote: > > >* and then Scot L. Harris declared > > > >>Face it, if web sites could override such settings there would be a lot > >>more malicious web sites out there. > > > > > >Absolutely. You cant mess with peoples preffered setti

Re: [PHP] Prevent IE6 from blocking cookies

2004-06-05 Thread Justin Patrin
Nick Wilson wrote: * and then Scot L. Harris declared Face it, if web sites could override such settings there would be a lot more malicious web sites out there. Absolutely. You cant mess with peoples preffered settings. It's EVIL ;-) Best you can do is make provision for those without cookies

Re: [PHP] Prevent IE6 from blocking cookies

2004-06-05 Thread Nick Wilson
* and then Scot L. Harris declared > Face it, if web sites could override such settings there would be a lot > more malicious web sites out there. Absolutely. You cant mess with peoples preffered settings. It's EVIL ;-) Best you can do is make provision for those without cookies enabled: U

Re: [PHP] Prevent IE6 from blocking cookies

2004-06-05 Thread Scot L. Harris
On Sat, 2004-06-05 at 11:55, Robert Winter wrote: > Do I a prevent Internet Explorer 6 from blocking cookies (session cookies, > etc)? Do I have to setup something in the META HEADERS? > > Thanks > Robert I don't think you can override that from a web page. If the user is blocking cookies then

[PHP] Prevent IE6 from blocking cookies

2004-06-05 Thread Robert Winter
Do I a prevent Internet Explorer 6 from blocking cookies (session cookies, etc)? Do I have to setup something in the META HEADERS? Thanks Robert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php