Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(session): set the correct TTL for the cookie store (fallenbagel#992)
The time-to-live (TTL) of cookies stored in the database was incorrect because the connect-typeorm library takes a TTL in seconds and not milliseconds, making cookies valid for ~82 years instead of 30 days. fix fallenbagel#991
- Loading branch information