Re: [Tutor] Cookies with CGI

2006-07-26 Thread Tim Johnson
* Kent Johnson <[EMAIL PROTECTED]> [060726 17:49]: > Tim Johnson wrote: > > Hello: > > > > I'd like to set (write) and get (read) cookies on a client > > computer via CGI. > > > > Does python have the libraries to do this. If so, pointers > > to the libraries and documentation is welcomed. > > The

Re: [Tutor] Cookies with CGI

2006-07-26 Thread Kent Johnson
Tim Johnson wrote: > Hello: > > I'd like to set (write) and get (read) cookies on a client > computer via CGI. > > Does python have the libraries to do this. If so, pointers > to the libraries and documentation is welcomed. The Cookie module is to help with server-side cookies. Docs and examples

[Tutor] Cookies with CGI

2006-07-26 Thread Tim Johnson
Hello: I'd like to set (write) and get (read) cookies on a client computer via CGI. Does python have the libraries to do this. If so, pointers to the libraries and documentation is welcomed. thanks tim -- Tim Johnson <[EMAIL PROTECTED]> http://www.alaska-internet-solutions.com __