Laravel 5.2 with session inside MongoDB. How to read the session data from an external PHP application? -


there 2 php applications : - application 1 based on laravel 5.2 - application 2 plain php both have connection same mongodb cluster.

the session manager of application 1 using mongodb store session data. want able read session data application 2 in plain php.

i tried same folder share session data. not better.

someone haves idea ?

thanks

use laravel on both applications ;)


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -