Node.js login Session

Опубликовано: 23 Июль 2026
на канале: Sanjay Mahajan
45
4

When client make request to server. Server will maintain session will contain some unique data about that client to allow the server to keep track of the user’s state. When the server responds to the client, it sends a cookie. This cookie will contain the session’s unique id stored on the server, which will now be stored on the client. In this video session is maintained by server