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
How task's priority is used in scheduling?
What does module-relative mean?
Do I need to import javlang package any time? Why ?
Do we need to override service() method
Can I have an action without a form?
What is the difference between the string and stringbuffer classes?
What are the diff types of exception?
What are the pros and cons of detached objects?
Name three component subclasses that support painting?
Explain RMI Architecture?
What is TL and its use?
why static class in java
What is a session? Can you share a session object between different theads?
What state does a thread enter when it terminates its processing?
What is chat area? Explain.