In Flask, the ____ object is used to store data that is accessible from all parts of an application.

  • app
  • request
  • route
  • session
In Flask, the session object is used to store data that is accessible across different parts of an application. It allows you to store user-specific data, such as login information or shopping cart contents, across multiple requests.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *