mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
Merge branch 'develop' into pr/utf8mb4
Conflicts: tests/Install/AutoinstallCept.php
This commit is contained in:
commit
e572b81b8a
42 changed files with 77 additions and 6133 deletions
|
|
@ -366,13 +366,14 @@ 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();
|
||||
}
|
||||
else
|
||||
{
|
||||
ob_start();
|
||||
$this->setCacheControl(-1, true);
|
||||
register_shutdown_function(array($this, 'checkSessionStatus'));
|
||||
$_SESSION = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue