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
difference between ejb,struts,hibernate,spring and jsp
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Where can I find seam examples and documentation?
When is the best time to validate input?
how to use debug in my elipse to solve problems that exist in my project
What are the different types of exception?
why static class in java
Are there books about seam?
What is an abstract method?
Explain the advantages and disadvantages of detached objects.
Is a class a subclass of itself?
Explain RMI Architecture?
what is handle?
How are commas used in the intialization and iteration parts of a for statement?
How a component can be placed on Windows?