How can i access laravel session using codeigniter 3 ...
22nd April 2021 codeigniter, codeigniter-3, laravel, laravel-8. I have application built using codeigniter 3, it is a module inside a laravel 8 framework, the laravel framework holds the login and register module, then when a user logged in, it will redirect to my module, but when i print native php $_SESSION it does not return any session from ...