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


Please Help Members By Posting Answers For Below Questions

What are the pros and cons of detached objects?

549


Can I map more than one table in a cmp?

590


What restrictions are placed on the values of each case of a switch statement?

535


When a thread blocks on i/o, what state does it enter?

572


What is a session? Can you share a session object between different theads?

554






how i secure my site with the https protocol.what are the steps?

1738


Is “abc” a primitive value?

615


What is the map interface?

613


What are externizable interface?

582


What are the purpose of introspection?

679


What are the call back methods in entity bean?

560


Are we allowed to change the transaction isolation property in middle of a transaction?

565


In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

583


Describe responsibilities of Activator?

1673


What classes of exceptions may be caught by a catch clause?

555