Re: [Tutor] Difference between SimpleCookie and SmartCookie

2009-03-25 Thread Kent Johnson
On Wed, Mar 25, 2009 at 12:35 AM, Kumar wrote: > Thanks a lot for the reply Kent . > Could you please tell me If I will try to move from SmartCookie to > SimpleCokkie in out application, what precautions should I take care? Make sure that all the values in the Morsels are strings. Kent _

Re: [Tutor] Difference between SimpleCookie and SmartCookie

2009-03-24 Thread Kumar
Thanks a lot for the reply Kent . Could you please tell me If I will try to move from SmartCookie to SimpleCokkie in out application, what precautions should I take care? -Thanks Kumar On Tue, Mar 24, 2009 at 8:50 PM, Kent Johnson wrote: > On Tue, Mar 24, 2009 at 10:33 AM, Kumar wrote: > > I ju

Re: [Tutor] Difference between SimpleCookie and SmartCookie

2009-03-24 Thread Kent Johnson
On Tue, Mar 24, 2009 at 10:33 AM, Kumar wrote: > I just came to know about this classes SimpleCookie and SmartCookie. > I could get that usage. But I didn't get the difference between these > classes? > Can anybody please tell me what is the difference between this classes? SmartCookie allows coo

[Tutor] Difference between SimpleCookie and SmartCookie

2009-03-24 Thread Kumar
Hello, I am new to python. I just came to know about this classes SimpleCookie and SmartCookie. I could get that usage. But I didn't get the difference between these classes? Can anybody please tell me what is the difference between this classes? -Kumar __