Answer Posted / nashiinformaticssolutions
Sessions in Django store user-specific data across requests. Django’s session system abstracts away the complexity of working with cookies directly. A session can store arbitrary data like user authentication status or shopping cart contents, and it works by setting a session ID cookie on the user's browser, which refers to the data stored on the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does super () do python?
Who built the sphinx?
How can I execute arbitrary python statements from c?
What is tuple?
State and explain about strings?
Is null in python?
What is python identifiers?
Number of argument’s that range() function can take ?
In python,how to read a file line-by-line into a list?
Will python support object oriented?
What does the enum function in python do?
How do I run a subprocess with pipes connected to both input and output?
What is pack in python?
Which compiler is best for python?
What is class inheritance in python?