php_begins Posted November 21, 2012 Share Posted November 21, 2012 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. Quote Link to comment https://forums.phpfreaks.com/topic/270963-set-cookie-page-breaks-in-ie/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.