mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Always disable session.cache_limiter before starting session
This commit is contained in:
parent
ec36839303
commit
56fbccda7c
1 changed files with 1 additions and 0 deletions
|
|
@ -368,6 +368,7 @@ class Context
|
|||
{
|
||||
if (!isset(self::$_route_info->session) || self::$_route_info->session)
|
||||
{
|
||||
session_cache_limiter('');
|
||||
Rhymix\Framework\Session::checkSSO($site_module_info);
|
||||
Rhymix\Framework\Session::start(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue