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 / shani kr. gupta
Actually,in Session
suppose a client makes a request to the server.then server
generates the unique session id then retuns
(sessionid+response)back to the client.Again that client
makes a req.means(req+session id) to server.then server will
recognise the session id then will be seeing that that id is
already in existence or not.is it is then server will be
getting that req. is coming from same client.then retuns
(sessionid+response)back to the client.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is “abc” a primitive value?
What is the RMI and Socket?
What is mdb and what is the special feature of that?
Explain ioc concept?
What are the different class loaders used by jvm?
Explain what is orm?
What is the relation between the infobus and rmi?
What is the difference between session and entity beans?
Where can I find seam examples and documentation?
Which component handles cluster communication in jboss?
Do you think that java should have had pointers?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is the purpose of the notifyall() method?
How to deploy Jar, War files in J2EE?
whats is mean by connectionpooling