ca98am79 / connect-dynamodb

DynamoDB session store for Connect
http://ca98am79.github.com/connect-dynamodb/
MIT License
144 stars 66 forks source link

Deprecated express-session warnings: resave, saveUninitialized #79

Open lancegliser opened 1 year ago

lancegliser commented 1 year ago

express-session deprecated undefined resave option; provide resave option at src/config/session.ts:15:42 express-session deprecated undefined saveUninitialized option; provide saveUninitialized option at src/config/session.ts:15:42

Seeing the above in my API as I use it. Not sure if this is related to the #76 as I'm using that or a constant. Should confirm what it affects.