makesites / brisk

Automation for Express.js #express.js #javascript
3 stars 1 forks source link

Default sessions fail #53

Open tracend opened 9 years ago

tracend commented 9 years ago

When a session store is not supplied Brisk is trying to create a memory store.

The logic uses the deprecated method of creating a MemoryStore (express 3.x) and needs to be revised.

The advantage of having a session store automatically created needs to be evaluated and either update that logic (currently at line 41) or remove it.