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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -