zbeanz / openerp-7-web-addons

13 stars 32 forks source link

Cookies are expected to be convertable to byte-streams. #7

Open daemonblade opened 10 years ago

daemonblade commented 10 years ago

werkzeug.wrappers.set_cookie expects the "value" parameter to be a string, and not an int.

This fixes: https://github.com/zbeanz/openerp-7-web-addons/issues/4

alejandrosantana commented 9 years ago

:+1: Solves the issue perfectly.

one-more-alex commented 9 years ago

zbeanz, please apply this fix. I made investigation and ended up with exactly same fix too.