summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-08-10 13:56:54 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-08-10 13:56:54 +0000
commitb97c393f8789502b900da9486869039f812383c1 (patch)
treee05b8e14daab6587b15a48c9e0955b9cca975161 /php.ini-recommended
parent3cf1565d905c954258b65c8a4995e56335035164 (diff)
downloadphp-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-recommended3
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