Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update maxAge of cookie to reflect time in milliseconds (#1)
maxAge is in milliseconds. The value was missing a multiplication that made the cookie expire after about 15 minute and not 10 day, as I believe the author intended. This was felt mainly on mobile devices where the browser closes frequently.
- Loading branch information