Please send your Questions & Answers or Feedback to "mohan@javabook.org"

A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?


Creates only one session i.e., they end up with using same session .
Sessions is specific to the client but not the web components. And there is a 1-1 mapping between client and a session.
Related Posts Plugin for WordPress, Blogger...
Flag Counter