Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getSessionID() should compare integer representations of Date objects (…
…#257) * getSessionID() should compare integer value representations of Date objects. Before the method was comparing a string representation (i.e., ttl) to a number representation (i.e., Date.now()). * fiveMinutesFromNow is now twoHoursFromNow
- Loading branch information