What is the main purpose of the Django session framework?
Store session data on the client side only
Encrypt all data sent to the client
Keep state between requests by storing data per browser on the server side
Provide internationalization of strings
This question is part of this quiz :
Python | Django | Application Level Features