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?

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


Please Help Members By Posting Answers For Below Questions

What is tuple?

942


Write a program to convert all strings in list to integers?

878


Name some commonly used built-in modules in python?

897


What are the reserved words in python?

975


Why lambda forms in python do not have statements?

923


What is MySQLdb?

1021


What are python libraries? Name a few of them.

900


List out atleast two loop control statements?

984


Is it worth to learn python in 2019?

850


How to convert a string into datetime?

1084


Is there a switch..case statement in python?

966


How is inheritance and overriding methods are related in python?

963


What is python main function and write one good example?

921


Is python written in python?

1040


What is the purpose of bytes() in python?

965