laravel-mongodb-session
laravel-mongodb-session copied to clipboard
A MongoDB session driver for Laravel
I just ran into an issue w/ session lifetime. session.php specifies the value in minutes (I have it set to 1440 which should be 24 hours). However, in checking the...
Changes the call to MongoDbSessionHandler::open()'s first parameter to a blank string instead of null, since Laravel 9's static typing implementation.
I got this response on second browser when trying to open my newly setup laravel app. ` E11000 duplicate key error collection: pace.sessions index: id_1 dup key: { id: null...
Hello, why not follow the database session driver of Laravel 8 ? Because that way, it ships with some other features like IP address, active connections, loging out from other...
1.4 has not been published to https://packagist.org/packages/jenssegers/mongodb-session
As i am using laravel 5.2, i can store user_id in session table in mysql. How can i store it in laravel session collection. Thanks
This library just able to store the default values. I am also not being able to retrieve the stored value because session id is changed every time I refresh the...
I am getting the error message bellow after upgrading to Laravel 4.2. When I looked into the error message it is due to missing implementation of getDefaultDriver method. {"error":{"type":"Symfony\Component\Debug\Exception\FatalErrorException","message":"Class Jenssegers\Mongodb\Session\SessionManager...
Hello I was just wondering if the package implements the automatic TTL function in MongoDB? I noticed that the package adds the last_activity field to the documents. What defines the...