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
Is there a switch or case statement in python?
What is list in python?
What is the difference between range and arange in python?
Should I learn r or python?
Is google written in python?
Is multithreading possible in python?
Write program to validate the email address in python?
Is Python a good choice for web development
Is python strongly typed?
How can you unsign or delete variable in python?
What are static methods for?
How will you convert an integer to a unicode character in python?
How will you get a titlecased version of string?
What are the advantages of Python Recursion?
Should I learn python before c?