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
What a blank curly brace initialize? A dictionary or a set?
How to minimize the memcached server outages in your python development?
How python supports encapsulation with respect to functions?
What is multithreading? Give an example?
What is a dataframe in python?
Can I create apps with python?
What is a function in python programming?
Why is not all memory freed when Python exits?
Explain about assertions in python?
How do you get a list of all the keys in a dictionary in python?
How you can minimize the memcached server outages in your python development?
Write a program in python to produce star triangle.
How can I evaluate an arbitrary python expression from c?
Why super is used in python?
What is the process of compilation and loading in python?