I recently started working with Node Js and I'm currently attempting to develop a login page using node js. However, I've encountered an issue where the same data is being displayed for all clients. This means that if I log in on one browser, the other browsers also display the user info of the first logged-in user. For example, in the images below, I logged into Chrome but Opera also loaded the username and password from Chrome.