See the 'cookie' module: http://www.python.org/doc/2.5.2/lib/module-Cookie.html
Also:
A. In the future, Google is your friend! That page is the top hit for
"python cookie" for Christ's sake; it's not hard to find.
B. Please don't post your question again just because it isn't
answered fast enough.
Hello,
I want to set {name, value} cookie on client machine.
My requirement is that when user comes to the website hosted on our server and
login into his account, we would like to set user specific information in
cookie (on his machine) that will be used later when HTTP request comes in. Is
Hello,
I want to set {name, value} cookie on client machine.
My requirement is that when user comes to the website hosted on our server and
login into his account, we would like to set user specific information in
cookie that will be used later. Is there a generic program that may help me out