Store the session (/config/session.php) in a common folder you can get to them from each app. If you're using the same database, use database as session driver. You can also use a different driver so you can get them via the same service.
Mar 20, 2015
5
Level 2
Get session from another project
situation:
project 1 / app ...
project 2 / app ...
In the project one of the varaibles are created session (Session :: put ('user', $ user);)
get {{Session session :: get ('user')}} from the project2
Please or to participate in this conversation.