Re: How to set cookie in client machine

2008-10-13 Thread Chris Rebert
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.

How to set cookie in client machine

2008-10-13 Thread Good Z
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

How to set cookie in client machine

2008-10-13 Thread Good Z
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