What is the use of session framework in Django?

Submitted 4 years, 5 months ago
Ticket #279
Views 338
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 4 years, 5 months ago


Latest Blogs