79696660

Date: 2025-07-10 07:35:59
Score: 1.5
Natty:
Report link

Sessions are scoped by browser rules, not by Nginx. Put your central and tenant sites under the same second-level domain (easiest), or implement an explicit cross-domain SSO flow. Trying to share the default Laravel session cookie between maindomain.test and user.app.test can’t work because the browser won’t allow it.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: RCDevs Security