Hi,
Is it possible to set a cookie and redirect to another page in the same
controller?
If yes, how? I tried this simple example but the cookie is lost if I use the
redirect...
def cookies2():
cookie_name = 'name' cookie_value = 'value' response.cookies[ cookie_name ]
= cookie_value
response.cookies[ cookie_name ][ 'expires' ] = 24 * 3600 response.cookies[
cookie_name ][ 'path' ] = '/' response.cookies[ cookie_name ][ 'secure' ] =
True redirect( URL( c='test', f='cookie_result' ) )
Thanks,
Carlos Correia
=========================
MEMÓRIA PERSISTENTE
GSM: 917 157 146
e-mail: [email protected]
URL: http://www.memoriapersistente.pt
XMPP (Jabber): [email protected] (NOVO)
GnuPG: wwwkeys.eu.pgp.net
URL Suporte: https://t5.m16e.com/gps
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
0x16146576.asc
Description: application/pgp-keys

