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
Can I have an action without a form?
What is the difference between ear, jar and war file?
Describe responsibilities of Activator?
What is a session? Can you share a session object between different theads?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What are the diff types of exception?
What is the purpose of the wait(), notify(), and notifyall() methods?
What modifiers may be used with an inner class that is a member of an outer class?
What is ripple effect?
what is a non-repeatable read?
Is the infobus client side only?
Difference between loadclass and class.forname?
How is a java object message delivered to a non-java client?
What is the difference between RMI registry and OS Agent?
What is the relationship between an event-listener interface and an event-adapter class?