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 / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you define a protected member in a python class ?

883


How do you sort a list alphabetically in python with sort function?

852


What mode is used for both writing and reading in binary format in file.?

997


What do you know about the python enumerate?

982


Does Python support strongly for regular expressions?

946


Write a program structure in python?

958


Is there a switch..case statement in python?

972


What is python literal?

1071


What animals sleep the least?

890


What is the tool used to check python code standards?

991


Can you hack with python?

928


What is the interactive mode?

893


How can I execute arbitrary python statements from c?

1026


Why does Python have a maximum recursion depth?

901


How do I install pip?

908