Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of sessions in Django?

Answers were Sorted based on User's Feedback



What is the use of sessions in Django?..

Answer / 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

What is the use of sessions in Django?..

Answer / 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

More Python Interview Questions

How can we make forms in python?

0 Answers  


What is the difference between range () and xrange () in python 3?

0 Answers  


How to use the slicing operator in Python?

3 Answers  


What is Pickling and unpickling?

0 Answers  


What is the incorrect declaration of a set?

0 Answers  


With python, how do you find out which directory you are currently in?

0 Answers  


How many types of objects does python support?

0 Answers  


Is python pure object oriented programming ?

0 Answers  


Can a class be static?

0 Answers  


Is python strongly typed or weakly typed language?

0 Answers  


Why and when do you use generators in python?

0 Answers  


What is sockets? Explain.

0 Answers  


Categories