Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookie max-age property seems to have no effect #330

Closed
s-ludwig opened this issue Sep 30, 2013 · 0 comments
Closed

Cookie max-age property seems to have no effect #330

s-ludwig opened this issue Sep 30, 2013 · 0 comments
Labels

Comments

@s-ludwig
Copy link
Member

Quote from http://forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/thread/4731/:

I am attempting to set the max age of a cookie but the browser shows Expiration/Max-Age as "session":

Cookie cooky = new Cookie();
cooky.maxAge = 10;
cooky.value = "boo!";
res.cookies["my_cooky"] = cooky;
res.redirect("/index.html");
s-ludwig added a commit that referenced this issue Oct 4, 2013
fix Issue #330 - Cookie max-age property has no effect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant