mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
선택적 세션 시작 + 서드파티 자료 호환성 (Proof of Concept)
This commit is contained in:
parent
6745497ad7
commit
23a83a7033
5 changed files with 88 additions and 18 deletions
|
|
@ -205,7 +205,10 @@ class memberModel extends member
|
|||
}
|
||||
}
|
||||
|
||||
$_SESSION['is_logged'] = false;
|
||||
if(Context::getInstance()->isSessionStarted)
|
||||
{
|
||||
$_SESSION['is_logged'] = false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue