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
Post a Comment