A session allows the programmer to remember information from one request to another. In a flask, a session uses a signed cookie so that the user can look at the contents and modify them. The programmer will be able to modify the session only if it has the secret key Flask.secret_key.

BY Best Interview Question ON 11 Jun 2020