From 419d18bb1c676f1f27b8894c1f49a3bf766fca9a Mon Sep 17 00:00:00 2001 From: shimon Date: Sun, 19 Jan 2025 22:25:03 +0200 Subject: [PATCH] debug --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 22f17e6c43..63b4658305 100644 --- a/app/init.php +++ b/app/init.php @@ -1264,7 +1264,7 @@ App::setResource('user', function ($mode, $project, $console, $request, $respons var_dump([ 'no' => '1', - 'cookie_name' => Auth::$setCookieName, + 'cookie_name' => Auth::$cookieName, 'session' => $session ]);