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
How to pass parameters in RMI?
What class is used to create Server side object ?
What value does read() return when it has reached the end of a file?
Explain the difference between object state and behavior?
Which are the different segments of memory?
What must a class do to implement an interface?
What do you need to set-up a cluster with jboss?
what are memory considerations of jsp compares to other web components?
Why is actionform a base class rather than an interface?
Explain phantom read?
Write a singleton program?
What is chat area? Explain.
Name the eight primitive java types.
What are the pros and cons of detached objects?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?