Remove unnecessary xe_logged cookie

This commit is contained in:
Kijin Sung 2017-02-10 20:02:21 +09:00
parent eea7518e98
commit 14d464da22

View file

@ -1955,7 +1955,6 @@ 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');