I am implementing a simple login functionality and storing the data in the express-session but not able to get it back. In loginDb.js file in login function i am storing the userId in session variable and in getLoginStatus function i am trying to access the userId but it is returing as undefined.I am implementing a simple login functionality