jenssegers / laravel-mongodb-session

A MongoDB session driver for Laravel
77 stars 27 forks source link

Just storing default fields. And also not being able to retrieve session Id from database. #13

Open pankitgami opened 8 years ago

pankitgami commented 8 years ago

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 page. And there is no mechanism by that I add my data to collections.

Please provide with some example how to use this.

george-viaud commented 7 years ago

I would also like to see a mechanism to do this. Example: I wish to store ip address, user_id and user_agent - I have been trying to figure out where to add this but have yet been unable to do so. Any direction would be greatly appreciated.