Question about session.cookie_httponly
Hello,everybody,
I counter a strange problem:
I can see session.cookie_httponly is off in the info of php in the server.
However,I can't find the session.cookie_httponly flag when I open the php.ini in the nano editor even I make a search .I use php5.4.X
Anyone has idea?
Thank you very much.
-
The setting might default to off if it is not set in php.ini, you could try adding the setting yourself to see if that affects phpinfo. 0 -
Yes, if you manually add the entry to your /usr/local/lib/php.ini file and restart Apache, then you should see the change reflected in your PHPINFO output. Thank you. 0
Please sign in to leave a comment.
Comments
2 comments