mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
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:
parent
99669e0b7e
commit
5d1a991981
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
**/
|
||||
|
||||
@error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
|
||||
@ini_set('session.cookie_httponly', 1);
|
||||
|
||||
if(!defined('__ZBXE__')) exit();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue