{"library":"flask-session","type":"library","category":null,"description":"Flask-Session is an official extension for Flask that provides support for server-side session management. Instead of storing session data directly in client-side cookies (which can be size-limited and less secure), it stores it on the server using various backends like Redis, Memcached, FileSystem, MongoDB, SQLAlchemy, or DynamoDB. The current version is 0.8.0, and it is actively maintained by the Pallets organization, ensuring regular updates and compatibility with Flask. [1, 5, 15, 16]","language":"python","status":"active","version":"0.8.0","tags":["Flask","session","server-side session","web","extension","Redis","MongoDB","SQLAlchemy"],"install":[{"cmd":"pip install flask-session","imports":["from flask_session import Session","from flask import session"]},{"cmd":"pip install 'flask-session[redis]' # For Redis backend\npip install 'flask-session[cachelib]' # For CacheLib backend (replaces FileSystem)\npip install 'flask-session[mongodb]' # For MongoDB backend\npip install 'flask-session[sqlalchemy]' # For SQLAlchemy backend\npip install 'flask-session[dynamodb]' # For DynamoDB backend","imports":[]}],"homepage":"https://flask-session.palletsprojects.com","github":"https://github.com/pallets-eco/flask-session","docs":"https://flask-session.readthedocs.io","changelog":"https://flask-session.readthedocs.io/changes.html","pypi":"https://pypi.org/project/flask-session/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.4,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/flask-session/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}