Il giorno mar, 27/04/2010 alle 12.31 -0400, Chris Rossi ha scritto:
> Ciao Davide,
> 
> There is not a response already attached to the request, but your
> instance of HTTPFound *is* a response, so you would just set your
> cookie there:
> 
>   ppp = HTTPFound(location=request.application_url)
>   ppp.set_cookie('fb_user', value=value, ...)
>   return ppp

Thanks a lot,
it works fine!

Ciao,

davide


-- 
Davide Moro

Redomino S.r.l.
Largo Valgioie 14, 
10146 Torino Italy
Tel: +39 0117499875
http://redomino.com

_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to