mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Call setSessionInfo() after login, not before
This commit is contained in:
parent
0869e629b9
commit
d495ce5804
1 changed files with 1 additions and 1 deletions
|
|
@ -1902,8 +1902,8 @@ class memberController extends member
|
|||
}
|
||||
}
|
||||
|
||||
$this->setSessionInfo();
|
||||
Rhymix\Framework\Session::login($this->memberInfo->member_srl);
|
||||
$this->setSessionInfo();
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue