tenancy / multi-tenant

Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
https://tenancy.dev
MIT License
2.56k stars 394 forks source link

Share session? with domain and subdomains? #969

Open KatiaSishost opened 3 years ago

KatiaSishost commented 3 years ago

hello i try it:

BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=database SESSION_CONNECTION=system SESSION_DOMAIN=".localhost" SESSION_LIFETIME=120

but the session not share with others domains / subdomains