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 the difference between the session.update() method and the session.lock() method?
what is handle?
How is a java object message delivered to a non-java client?
What are the difference between RMI and CORBA?
Explain the steps in details to load the server object dynamically?
Explain the difference between object state and behavior?
What event results from the clicking of a button?
Explain about thread synchronization inside a monitor?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
What must a class do to implement an interface?
what is a non-repeatable read?
What are the types of scaling?
What is the purpose of the notify() method?
Describe activation process?
Define the remote object implementation?