Mod python set cookie for all subdomains

Abandoned besturk at gmail.com
Sun Dec 2 19:44:48 EST 2007


Hi..
I set cookie from www.domain.com but i'cant read this cookie from
subdomain.domain.com
How can i set cookie for all subdomains ?

My set cookie code is:
cookie = Cookie.Cookie('Login-Data', data)
cookie.expires = time.time() + 9920000
Cookie.add_cookie(req, cookie)



More information about the Python-list mailing list