SUNSHINE
419 page Expired when sharing sessions across many Laravel projects
Yeees, on redis we have 4 databases:
DB0 = shared sessions
DB1 = website Laravel / VueJS - not InertiaJS: only for cache
DB2 = website Laravel / InertiaJS: cache + queue (horizon)
DB3 = website FilamentPHP: cache + queue (horizon)
32 replies
419 page Expired when sharing sessions across many Laravel projects
There is 2 differents applications (both of them are running on same Laravel/PHP, but with different code).
-> The sessions are stored in a database Redis
-> All .env has been updated
Websites are runing on a sub-domains, but the "main" domains is the same:
- backoffice.myproject.com
- dashboard.myproject.com
32 replies
419 page Expired when sharing sessions across many Laravel projects
And it happen when I do a request on site A (InertiaJS), then I go back to site B (Livewire/Filament) and there is a "POST /update" request that is done, it failed on it.
32 replies