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 is a python egg?
Which is faster c++ or python?
How can you organize your code to make it easier to change the base class?
Tell me how do you debug a program in python? Is it possible to step through python code?
What can I create with python?
Difference between lists and tuples in python?
Has python has monkey patching concept within?
What is the output of this line?
What does Django mean in Python?
What is data hiding in python?
Name and explain the three magic methods of python that are used in the construction and initialization of custom objects?
Explain how memcached should not be used in your python project?
How do I apply a method to a sequence of objects?
How do you check if a list is empty in python?
Specify the differences between pyramid, django, and flask.