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
What does ** (double star) and * (star) do for python parameters?
What is python identifiers?
Which method removes and returns last object of a list?
Explain about assert statement?
Do you know what are the optional statements that can be used inside a
Do monkeys sleep at night?
What kinds of patterns could I enforce on the code to make it easier to translate to another programming language?
Is python written in python?
How to encrypt a string?
How is the Implementation of Pythons dictionaries done?
How do you check whether the two variables are pointing to the same object in python?
How fast can you learn python?
How would you make a python script executable on unix?
What is an operator in python?
How will you capitalize the first letter of string?