Cookies

Oleg Broytmann phd at phd.russ.ru
Thu Jan 13 10:17:35 EST 2000


> import os, Cookie
> 
> kaka = Cookie.Cookie(os.environ["HTTP_COOKIE"])
> try:
> 	nPos = kaka['nPos'].value
> except:
> 	nPos = 0

Oleg.
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list