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 / 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 |
Post New Answer View All Answers
which type of objects reference will be given to client?
What is message driven beam?
What modifiers may be used with an interface declaration?
Explain RMI Architecture?
What is the difference between the session.update() method and the session.lock() method?
What happens when a thread cannot acquire a lock on an object?
What does module-relative mean?
What is the purpose of the notifyall() method?
Explain how will the struts know which action class to call when you submit a form?
Why do threads block on i/o?
Why a component architecture for the java platform?
Can I run seam outside of jboss as?
What do you need to set-up a cluster with jboss?
Is jvm a overhead?
what are the advantages of JTA over JTS?