tornado cookie signature in node.js
Also:
max_age_days = max_age_days === null ? 31 : max_age_days;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also:
max_age_days = max_age_days === null ? 31 : max_age_days;
Hey man,
I think the last line is:
return new Buffer(parts[0], 'base64').toString('utf8');