@dlook Why? If they’re different sites, they’re different sites.
Jul 10, 2020
3
Level 4
Keep session across multiple instances
So I have a weird client; they have 5-6 Laravel sites (across a couple different servers, and domains/subdomains). Some of them use the same database (and app key) some have access to that database through an additional protected $connection. Some of them use default auth, a couple of use Sanctum token. All of them use file for session_driver.
What they want is if someone logs into site A, when they go to site B that has access to the same database - to retain the auth.
Is it possible, any suggestions?
Please or to participate in this conversation.