pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
490 stars 236 forks source link

Update sessions.py to change the deprecated update call for session storage (MongoDB) #199

Closed Pinaki19 closed 4 months ago

Pinaki19 commented 7 months ago

the update method was deprecated in flask pymongo but when trying to save session with mongodb and flask_pymongo the update method is called. This change makes the update to update_one along with a set call

Lxstr commented 4 months ago

Fixed in latest version