-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: laravel-5.2.0
-
Component/s: Laravel
-
None
-
None
-
PHP Drivers
-
None
-
None
-
None
-
None
-
None
-
None
Session name cannot be empty, did you forget to call "parent::open()" in "Symfony\Component\HttpFoundation\Session\Storage\Handler\MongoDbSessionHandler"?.
The Laravel-MongoDB package currently integrates the Symfony MongoDB session handler. In Symfony, the session cookies are managed by the handler. It asserts the session is started before being destoyed.
But Laravel doesn't always open the session.
Solution: Implement a Session handler for mongodb in the Laravel-MongoDB package (1 class + tests)