rawberg / connect-sqlite3

SQLite3 session store for connect and express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sessions are too short

Nibbler999 opened this issue · comments

If you don't specify a maxAge you get oneDay in seconds, which is wrong. Should be oneDay in milliseconds. This causes sessions to be far too short.

thanks for the heads up (apologies for the delay) this is now fixed.