In order to store data across multiple requests, Flask utilizes cryptographically-signed cookies (stored on the web browser) to store the data for a session . This cookie is sent with each request to the Flask app on the server-side where it’s decoded.