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.
('connect-mongo')(express) を使用して、セッションを MongoDB に保存します。
Chrome ブラウザーを使用する場合: mongoDB で作成された ID と Cookie 情報を持つセッションは 1 つだけです。
IE10 を使用すると、mongoDB に ID と Cookie を持つ 7 つのセッションが作成されます。
また、req.session._csrf を使用すると、connect _csrf が IE10 で機能しません。
助けてください。