Re: Getting and Setting Cookies

2006-07-20 Thread Vlad Dogaru
John J. Lee wrote: > "Vlad Dogaru" <[EMAIL PROTECTED]> writes: > [...] > > I am trying to write a simple login script. I understand (or rather I > > think I understand) how to set a cookie with the Cookie module. My > > problem is getting the cookies that are currently set. How can I do > > that? >

Re: Getting and Setting Cookies

2006-07-19 Thread John J. Lee
"Vlad Dogaru" <[EMAIL PROTECTED]> writes: [...] > I am trying to write a simple login script. I understand (or rather I > think I understand) how to set a cookie with the Cookie module. My > problem is getting the cookies that are currently set. How can I do > that? You still haven't explicitly sa

Re: Getting and Setting Cookies

2006-07-19 Thread Vlad Dogaru
John J. Lee wrote: > "Vlad Dogaru" <[EMAIL PROTECTED]> writes: > > > I am trying to use cookies and Python to create a simple login example. > > But I am very disoriented at the existence of two cookie libraries, > > namely Cookie and cookielib. I have seen examples of setting cookies > [...] > >

Re: Getting and Setting Cookies

2006-07-18 Thread John J. Lee
"Vlad Dogaru" <[EMAIL PROTECTED]> writes: > I am trying to use cookies and Python to create a simple login example. > But I am very disoriented at the existence of two cookie libraries, > namely Cookie and cookielib. I have seen examples of setting cookies [...] >From the cookielib docs: http://

Getting and Setting Cookies

2006-07-18 Thread Vlad Dogaru
Hello, I am trying to use cookies and Python to create a simple login example. But I am very disoriented at the existence of two cookie libraries, namely Cookie and cookielib. I have seen examples of setting cookies (although I am still not sure about timestamps and cookie lifespan), but no refere