cookies - IIS 7.5 + PHP + httpOnlyCookies + requireSSL -
how enable httponlycookies , requiressl cookie in iis 7.5 ?
i have tried adding
<httpcookies httponlycookies="true" requiressl="true" />
within the
<system.webserver>
but show 500 internal error.
edit php.ini , find line:
session.cookie_httponly =
set value true (e.g. 1 have had issues true reason) , restart iis once you're done editing php.ini.
Comments
Post a Comment