issue 1224 apply httponly attribute to PHPSESSID

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10322 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-03-05 09:47:53 +00:00
parent 99669e0b7e
commit 5d1a991981

View file

@ -6,6 +6,7 @@
**/
@error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
@ini_set('session.cookie_httponly', 1);
if(!defined('__ZBXE__')) exit();