Where does the session Object stores? If 100 users are
connecting to the server. How does it recognize which
session belongs to which user?

Answers were Sorted based on User's Feedback



Where does the session Object stores? If 100 users are connecting to the server. How does it rec..

Answer / priyanjan

all session objects are reside at server side.user
belonging session is recognised by their session id.

Is This Answer Correct ?    14 Yes 0 No

Where does the session Object stores? If 100 users are connecting to the server. How does it rec..

Answer / 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

Where does the session Object stores? If 100 users are connecting to the server. How does it rec..

Answer / 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

Where does the session Object stores? If 100 users are connecting to the server. How does it rec..

Answer / sahnaj khan

the sesssion will be stored only on server side, when any
user post the his/her request in server side. now in this
condition server to note the seesion perticular name and
session id ofcourse.

Is This Answer Correct ?    3 Yes 0 No

Where does the session Object stores? If 100 users are connecting to the server. How does it rec..

Answer / jas

sessionobject is stored at serverside.
by using the session name the session object recognizes.

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Advanced Java Interview Questions

Is a class a subclass of itself?

0 Answers  


Is the session factory thread safe?

0 Answers  


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?

0 Answers  


Explain about thread synchronization inside a monitor?

0 Answers   Saksoft,


What is Introspection?

2 Answers  






What is Stream and Types?

2 Answers   Patni,


the use of try and ffinally keyword

1 Answers  


What is Stream Tokenizer?

0 Answers   TCS,


What is the difference between ear, jar and war file?

0 Answers  


Can I run seam with jdk 1.4 and earlier?

0 Answers  


what is activation monitor and what is its job?

1 Answers  


What is the difference between static and non-static with examples?

0 Answers   HCL,


Categories