mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix compatibility with xe_logged cookie state
This commit is contained in:
parent
f3b30d8afc
commit
c61316b3da
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ class memberController extends member
|
|||
|
||||
// Destroy session information
|
||||
Rhymix\Framework\Session::logout();
|
||||
$this->destroySessionInfo();
|
||||
$this->_clearMemberCache($logged_info->member_srl);
|
||||
|
||||
// Call a trigger after log-out (after)
|
||||
|
|
@ -1896,6 +1897,7 @@ class memberController extends member
|
|||
// Information stored in the session login user
|
||||
Context::set('is_logged', true);
|
||||
Context::set('logged_info', $this->memberInfo);
|
||||
setcookie('xe_logged', 'true', 0, '/');
|
||||
|
||||
// Only the menu configuration of the user (such as an add-on to the menu can be changed)
|
||||
$this->addMemberMenu( 'dispMemberInfo', 'cmd_view_member_info');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue