Answer Posted / glibwaresoftsolutions
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
How do you make use of arrays in python?
What is the purpose of “end” in python?
What is the concatenation?
How to create an empty class in python?
How install pip python ubuntu?
What is json? How would convert json data into python data?
What are python dictionaries?
What are the implementation in python program?
What is a module and package in python?
What are special methods in python and how to implement?
How useful is python?
Explain class __init__()?
Which web server is best for python?
Is compiled python faster?
Is nan a float python?