jenssegers / laravel-mongodb-session

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

CSRF filter always failing #9

Closed r115 closed 9 years ago

r115 commented 9 years ago

When I use mongodd as the session driver the csrf filter grinds to a halt completely.

I have tried and used the file,cookie and array as the session driver and the CSRF filter worked just fine.

r115 commented 9 years ago

My fix was to have mongodb as both the cache driver and the session driver and it worked.

On all other scenarios where the cache driver and the session driver are different it fails.