From f6b2e79bdbfc5bf4a37ad16466cc06ad79cc9e8f Mon Sep 17 00:00:00 2001 From: Joost de Bruijn Date: Tue, 18 Nov 2025 20:23:48 +0100 Subject: [PATCH] fix: cookies are not available for subdomains by default (#6705) --- config/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/session.php b/config/session.php index bc45901e..5b541b75 100644 --- a/config/session.php +++ b/config/session.php @@ -152,7 +152,7 @@ return [ | | This value determines the domain and subdomains the session cookie is | available to. By default, the cookie will be available to the root - | domain and all subdomains. Typically, this shouldn't be changed. + | domain without subdomains. Typically, this shouldn't be changed. | */