mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Rename cache_friendly option to delay_session
This commit is contained in:
parent
5a060c9e9d
commit
3b9a9c0f7a
5 changed files with 24 additions and 25 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue