I am not 100% sure but why are you storing information in cookies when not 
in session? It is more error prone and does not add anything. Are you 
disabling sessions for speed somehow?


On Friday, 11 July 2014 11:23:13 UTC-5, Arthur Alves wrote:
>
> Hello guys,
>
> I have a problem with response.cookies in web2py. Our project use encode 
> utf-8 (Brazil). I have a cookie with people session name, but the cookie is 
> set in browser like this "Ju\303\243o" instead "Juão". I try use 
> encode('utf-8') in python, and unescape in javascript, and the result is 
> the same. Somebody help me?
>
> web2py version 2.8.2
>
>

-- 
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.

Reply via email to