Jump to content

Set Cookie Page Breaks In Ie


php_begins

Recommended Posts

I am running an old version of php. Can a cookie be secure and httponly at the same time?

 

Also is it important to set the domain field?

If so how can i dynamically get a domain in php?

 

 

 

 

 header( "Set-Cookie:". $Name."=".$Id."; expires=".$expires."; path="/"; domain="";Httponly; secure");

 

I noticed IE has some occasional issues with setting the cookie with the above code.

 

Also the page breaks in IE if i add either secure or httponly or both. it works when i remove both.

Link to comment
https://forums.phpfreaks.com/topic/270963-set-cookie-page-breaks-in-ie/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.