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...

Describe how to implement Cookies for Web python.

Answer Posted / chaitanya

A cookie is an arbitrary string of characters that uniquely identify a session.

Each cookie is specific to one Web site and one user.

The Cookie module defines classes for abstracting the concept of cookies. It contains following method to creates cookie

Cookie.SimpleCookie([input])

Cookie.SerialCookie([input]

Cookie.SmartCookie([input])

for instance following code creates a new cookie ck-

import Cookie

ck= Cookie.SimpleCookie ( x )

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

So, then, what is the global keyword?

1011


What is the difference between while and for loop?

1044


How can you declare multiple assignments in one statement?

1028


Specify the differences between pyramid, django, and flask.

961


What does defined by whitespace in python?

1095


Can you tell the difference between break and continue in python?

936


How to get a random number in python?

1077


What is a CGI script in Python?

944


What does ord () do in python?

1011


Python documentation is called?

987


What’s your preferred text editor?

1022


What is setup cfg?

1048


What does float () do in python?

939


Optionally, what statements can you put under a try-except block?

874


Explain python variable scope error?

930