multi subdomain laravel with different source code different version #34344
Unanswered
HoAnhTungPrimelabo
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
source1: laravel version 6.7.0 url: shop1.example.com
source2: laravel version 7.26.0 shop2.example.com
source1 and source2 on same server, same SESSION_DRIVER=redis, same APP_KEY, same table users
i want when user login shop1 goto shop2 still login both sites
but cant: when login shop1 goto shop2 -> logout both sites
i found out something wrong with EncryptCookies
soure1 laravel version 6.7
soure2 laravel version 7.26.0
how can i keep login both sites with different laravel_version 6 vs 7? (middleware? external package? custom class?)
Beta Was this translation helpful? Give feedback.
All reactions