Setting expirty data on a cookie

David wizzardx at gmail.com
Tue Apr 22 15:38:08 EDT 2008


On Tue, Apr 22, 2008 at 6:21 PM, sophie_newbie <paulgeeleher at gmail.com> wrote:
> Does anyone know how to do this? I can't seem to make it work.
>
>  I'm using:
>
>  c = Cookie.SimpleCookie()
>  c['data'] = "unamepwordwhatever"
>  c.expires = time.time() + 300
>  print c
>
>
>  This doesn't seem to work, so I'm assuming isn't the correct way to
>  set an expiry data? Anyone able to help me out here?
>

You're probably looking for cookielib.Cookie



More information about the Python-list mailing list