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 would you define a protected member in a python class ?
How do you sort a list alphabetically in python with sort function?
What mode is used for both writing and reading in binary format in file.?
What do you know about the python enumerate?
Does Python support strongly for regular expressions?
Write a program structure in python?
Is there a switch..case statement in python?
What is python literal?
What animals sleep the least?
What is the tool used to check python code standards?
Can you hack with python?
What is the interactive mode?
How can I execute arbitrary python statements from c?
Why does Python have a maximum recursion depth?
How do I install pip?