Open daemonblade opened 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
:+1: Solves the issue perfectly.
zbeanz, please apply this fix. I made investigation and ended up with exactly same fix too.
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