darkmsph1t / _spartan

npm project to package & configure common security middleware && add security.js file to code repo
5 stars 0 forks source link

Make sure that the session ttl and max cookie age match #32

Closed darkmsph1t closed 6 years ago

darkmsph1t commented 6 years ago

Need a way to validate:

  1. That the value provided for session length and max age for cookies are actually numbers
  2. That these values match...this may need to take place in _spartan itself