CookieHttponly

Summary

This setting sets whether or not scripts are allowed to access cookies.

Usage

 

CookieHttponly=false | true

Description

This is an optional settings for the override php.ini session cookie settings. The setting CookieHttponly sets whether or not scripts are allowed to access cookies.

Possible values are true and false. When set to true the browser will not allow scripts to access cookies. However, this feature is only supported on php 5.2+

If this setting is undefined, the setting will be used as defined in the php.ini setting session.cookie_httponly. For more information on all other session related setting in php.ini please visit http://www.php.net/manual/en/session.configuration.php.

This setting is case sensitive.

This setting is available for eZ Publish 4.4 and above.

Examples

CookieHttponly=true
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.