Results 18 issues of Du Wei

It's really useful。 ``` js var ctrl_sess = session({ secret: 'abc', cookie: { httpOnly: true, baseUrlField: true } }); app.use('/:corpid', ctrl_sess); ```

pr
ideas
needs docs
needs rebase

I think it still needs to be solved: it may reach millions of times in public vending machines. The online demo: https://hezedu.github.io/SomethingBoring/vue-router-positionstore-memory-leak/fixed.html

毕竟相当于password, 应当 pass 掉. 包括二维码. 设置个按钮, 用户点的时候显示.

506 line : `top=top+document.body.scrollTop` is a bug. delete it

some log middleware (like [morgan](https://github.com/expressjs/morgan)) 's out can't find on the devtool and terminal.

```js if(this._handleWinUnload){ this._window.removeEventListener('_handleWinUnload', this._handleWinUnload); } ```

```js _this._socket.setTimeout(3000); _this._socket.on('timeout', () => { console.log('socket timeout'); _this._socket.end(); }); ```

Error: spawn ENOMEM at ChildProcess.spawn (internal/child_process.js:407:11) at spawn (child_process.js:548:9) at startServer (/opt/linux-remote/node_modules/@linux-remote/session-store/src/start-server.js:4:10) at spwanServer (/opt/linux-remote/node_modules/@linux-remote/session-store/index.js:27:19) at ChildProcess. (/opt/linux-remote/node_modules/@linux-remote/session-store/index.js:35:5) at ChildProcess.emit (events.js:311:20) at finish (internal/child_process.js:861:14) at processTicksAndRejections (internal/process/task_queues.js:79:11) { errno: 'ENOMEM',...