Hi guys!
I was experimenting on sharing a session between two laravel applications using the redis driver.
Here is what I did,
I got the session using the redis driver working but they were not able to share the value that i stored in the session. I could retrieve it from the "dummy.site" app that set the session value but the "dummy2.site" app could not get the value.
Another thing, I also tried changing the domain key in the session.php file to "*.site" but it still didn't work.
Can anyone tell me how to fix this or what might went wrong?
Thank you!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community