Problem with session Storage in nodejs MongoStore ()

after I store: new MongoStore () according to the document method

clipboard.png

clipboard.png

I can print out session.userData in this API of session and print session.userData in another API

ask the boss to let me know

Mar.13,2021

1. Can you view the values stored in mongo? Since you use mongoDB! Just check to see if the mongo is stored correctly.
2. When printing session for the second time, how does the code write

Menu