Relative Content

Tag Archive for pythonflasksessioncookiesdefault

Flask not creating default session cookie. Why?

I’m creating a basic web app in Flask. I want a way to identify users to persist between pages in the app, without the hassle of a user logging in. For this I’m making my app read the ‘session’ cookie that Flask by default sends to the browser, then storing the cookie value in a database.