mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Use Cookie class to control session and member-related cookies, too
This commit is contained in:
parent
a3cde9c109
commit
8d2b7101f4
3 changed files with 11 additions and 45 deletions
|
|
@ -1122,7 +1122,7 @@ class NcenterliteController extends Ncenterlite
|
|||
}
|
||||
if(!empty($_COOKIE['_ncenterlite_hide_id']))
|
||||
{
|
||||
setcookie('_ncenterlite_hide_id', '', 0, '/');
|
||||
Rhymix\Framework\Cookie::remove('_ncenterlite_hide_id', ['path' => '/']);
|
||||
}
|
||||
|
||||
$oMemberModel = getModel('member');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue