pallets-eco / flask-session

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

Delete function not found #40

Closed BardyshBorys closed 8 years ago

BardyshBorys commented 8 years ago

... self.store.delete({'id': store_id}) row-409 in session.py ... self.store.delete({'id': store_id}) row-426 in session.py ....

I have changed to remove and everything goes well. (pymongo==3.2.2.)