I am reading the < Head First Servlets and JSP >. It says:
The session persists across multiple requests from the same client.
So I am wondering how Web Server or Web Container tell several requests are from the same client?
I guess it should use a combination of IP, User Agent, URL
.
Am I right?