Re: Cookie name and expiration

2009-12-18 Thread ShoqulKutlu
I'd already found my problem, that I had to set the path propert of a cookie object something like below: myCookie.path = '/' This is not the cookie content and not documented in the mod_python cookie module documentation. I hope this will help anyone else.. Regards, Kutlu On Nov 26, 1:32 

Cookie name and expiration

2009-11-30 Thread ShoqulKutlu
Hi, I'm testing the Cookie module's MarshalCookie in mod_python on my localhost environment. Everything looks ok and cookie set, get and update operations work well. But I'm not sure about the cookie name could be set by Cookie module. I mean the name of cookie file saved in the Temporary