Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
app.use(express.session({ store: new MongoStore({ url: 'mongodb://127.0.0.1:27017/test' }), secret: '1234567890QWERTY', cookie: {maxAge: 3600000*24*7} }));
我有这个用于会话,它会生成 ObjectID。如何修改 ObjectID?
我可以通过这种方法访问:
req.sessionID