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

Need Document on flask-session (sqlalchemy with mysql) #113

Closed Set4now closed 1 year ago

Set4now commented 4 years ago

Please correct me if my understanding is not correct. In the middle of development of a website, i was using sessions to store html DOM elements that are getting generated dynmaically (JS) . Now everything works fine with single browser session. i was able to get and retrieve session data.

But when i switch to a diff browser, i don't see session data as flask default sessions for that browsers. So am thinking to store server side sessions. I already have mysql .So if my understanding is correct and then please guide me with some steps,code samples to use mysql for flask-session sqlalchemy