Where does the session Object stores? If 100 users are
connecting to the server. How does it recognize which
session belongs to which user?

Answer Posted / rajesh

Whenever the first request comes from the browser(user) the
sever creates an session object for that request and send a
session id back to the user(browser).

Based on the session id server recognizes the session for
user.

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the notify() method?

597


Which component handles cluster communication in jboss?

622


Are we allowed to change the transaction isolation property in middle of a transaction?

566


Describe, in general, how java's garbage collector works?

539


What do you know about seam?

601






What is the difference between RMI registry and OS Agent?

631


how i secure my site with the https protocol.what are the steps?

1738


Why does the option tag render selected=selected instead of just selected?

674


whats is statement and procedure

1588


Have you used threads in Servelet?

1932


Which javutil classes and interfaces support event handling?

584


Is jvm a overhead?

626


Why use POJO when I can use hashmap

2045


What is difference between object state and behavior?

581


What is the relationship between the canvas class and the graphics class?

540