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
What is chat area? Explain.
Name the class that is used to bind the server object with RMI Registry?
How to pass parameters in RMI?
What do you mean by Socket Programming?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Difference between hashmap and hashtable?
If your ui seems to freeze periodically, what might be a likely reason?
What is an abstract method?
What is ioc concept?
Name three subclasses of the component class?
What must a class do to implement an interface?
What are the different approaches to represent an inheritance hierarchy?
How messaging services are done, before release of JMS?
Is “abc” a primitive value?
Why is actionform a base class rather than an interface?