Re: Web client, https and session management

2005-07-12 Thread Yannick Turgeon
Well... Thanks for that! The work is almost completed now! ;o) Yannick -- http://mail.python.org/mailman/listinfo/python-list

Re: Web client, https and session management

2005-07-12 Thread Gregory PiƱero
How's this for an answer, it even uses yahoo in the example! http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/391929 Greg -- http://mail.python.org/mailman/listinfo/python-list

Re: Web client, https and session management

2005-07-12 Thread Grant Edwards
On 2005-07-12, Yannick Turgeon <[EMAIL PROTECTED]> wrote: > To acheive point #3, which is the goal, my web client has to manage > session (because of the login aspect). This is the part I don't know > how it's working. You might want to take a look at the ClientCookie package. -- Grant Edwards