Closed grtjn closed 10 years ago
Googled for the message. The warnings are telling us they are changing defaults, and require you to pass explicit values for the resave and saveUninitialized option. For instance like this:
app.use(expressSession({
secret: '1234567890QWERTY',
saveUninitialized: true,
resave: true
}));
The true values are the current defaults. They are planning to change the defaults, hence the warning..
Running gulp server shows warnings: