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

What is a super constructor?

0 Answers  


Is python easy to learn?

0 Answers  


Is python a single inheritance?

0 Answers  


How many modes are there in python?

0 Answers  


Describe how to use Sessions for Web python.

1 Answers  


Explain docstring in python?

0 Answers  


Can I learn python on my own?

0 Answers  


What language is python written in?

0 Answers  


Why Should We Use File Operation?

0 Answers  


What is none python?

0 Answers  


What are membership operators in python? Write an example to explain both.

0 Answers  


What is a sequence in python?

0 Answers  


Categories