What is Session Management in Java ?

i need to know about session management in java in simple words

Replies (1)

Session management in Java uses the HttpSession object to bridge the gap of the stateless HTTP protocol. By assigning a unique ID to each user, the server can track and store user data across multiple interactions until the session is explicitly ended or times out.

Leave a Reply

Your are not logged in . Please login to post replies

Click here to Login / Register