@PK_06 No. Laravel disables the PHP session handler and registers its own.
Sep 12, 2018
3
Level 1
PHP Sessions
Is it possible to get sessions that are not generated by laravel?
For example, in our company we use CodeIgniter for the portal of applications. And currently I'm developing an app that will be part of it. So I should use our portal's login to consume it's session to retrieve user's data after logging in and then will pass/consume by laravel app to allow certain users.
Please or to participate in this conversation.