Laravel共享会话虚拟主机

I need to create a suite of web apps. I already created some of them using laravel and now I am creating the main page of the suite (it is another lravel project and it has one controller that checks the privileges about users for the apps).

I’d like to have each app inside a virtual host and would like to share session between virtual host because the authentication is in the main page.

How can I do the above project? I’d like to take separated apps and make it available only if the user has the privilege for that app.

Thanks Francesco