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

Is integer immutable in python?

0 Answers  


Can we return a string in python?

0 Answers  


What is the use of globals() function in python?

0 Answers  


Name different types of inheritance in python?

0 Answers  


What is the script in python?

0 Answers  


What is the type of the given datatype a=1?

0 Answers  


What language is python based on?

0 Answers  


What is the proper way to say good bye to python?

0 Answers  


What is the difference between the shallow copy and deep copy in python?

0 Answers  


What are the different uses of help() and dir() functions in python?

0 Answers  


Does python do until loop?

0 Answers  


How does the ternary operator work in python?

0 Answers  


Categories