fix: cookies are not available for subdomains by default (#6705)

This commit is contained in:
Joost de Bruijn
2025-11-18 20:23:48 +01:00
committed by GitHub
parent 9401db1c86
commit f6b2e79bdb

View File

@@ -152,7 +152,7 @@ return [
| |
| This value determines the domain and subdomains the session cookie is | This value determines the domain and subdomains the session cookie is
| available to. By default, the cookie will be available to the root | 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.
| |
*/ */