What's the use of a session framework?

Last updated 3 years ago | 1093 views 75     5

Tags:- Django

Django | Session Framework

Using the session framework, you can easily store and retrieve arbitrary data based on the pre-site-visitors. It stores data on the server side and takes care of the process of sending and receiving cookies. These cookies just consist of a session ID, not the actual data itself unless you explicitly use a cookie-based backend.