Change default Cookie path to "/" for compatibility with JS function setCookie()

This commit is contained in:
Kijin Sung 2023-10-24 23:17:01 +09:00
parent 8d2b7101f4
commit 80e50d41f5
5 changed files with 6 additions and 6 deletions

View file

@ -1122,7 +1122,7 @@ class NcenterliteController extends Ncenterlite
}
if(!empty($_COOKIE['_ncenterlite_hide_id']))
{
Rhymix\Framework\Cookie::remove('_ncenterlite_hide_id', ['path' => '/']);
Rhymix\Framework\Cookie::remove('_ncenterlite_hide_id');
}
$oMemberModel = getModel('member');