diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-08-10 13:56:54 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-08-10 13:56:54 +0000 |
commit | b97c393f8789502b900da9486869039f812383c1 (patch) | |
tree | e05b8e14daab6587b15a48c9e0955b9cca975161 /php.ini-recommended | |
parent | 3cf1565d905c954258b65c8a4995e56335035164 (diff) | |
download | php-git-b97c393f8789502b900da9486869039f812383c1.tar.gz |
MFB: Added support for httpOnly flag for session extension and cookie
setting functions.
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 3c5184441f..8f20cc2bc1 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -873,6 +873,9 @@ session.cookie_path = / ; The domain for which the cookie is valid. session.cookie_domain = +; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript. +session.cookie_httponly = + ; Handler used to serialize data. php is the standard serializer of PHP. session.serialize_handler = php |