What is the use of session framework in Django?

Submitted 3 years, 5 months ago
Ticket #279
Views 225
Language/Framework Django
Priority Low
Status Closed

What is the use of session framework in Django?

Submitted on Nov 02, 20
add a comment

1 Answer

Verified

The session framework facilitates you to store and retrieve arbitrary data on a per-site visitor basis. It stores data on the server side and abstracts the receiving and sending of cookies. Session can be implemented through a piece of middleware.

Submitted 3 years, 5 months ago


Latest Blogs