Rename cache_friendly option to delay_session

This commit is contained in:
Kijin Sung 2016-01-11 14:52:41 +09:00
parent 5a060c9e9d
commit 3b9a9c0f7a
5 changed files with 24 additions and 25 deletions

View file

@ -366,7 +366,7 @@ class Context
$session_id = $_COOKIE[$session_name];
}
if($session_id !== NULL || $this->db_info->cache_friendly != 'Y')
if($session_id !== NULL || $this->db_info->delay_session != 'Y')
{
$this->setCacheControl(0, false);
session_start();