How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?
Answer Posted / atul
sry but the qu is How to pass
session values from one servlet
container to another servlet
container not from one servlet to
another servlet and every web server
or application server contain only
one servlet container
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is context in servlet?
Is it possible to have a constructor inside the servlet?
What is called servlet container?
What are different ways for authentication of servlet?
What are the advantages of Servlet over CGI?
What is the use of request dispatcher interface?
What is SingleThreadModel interface?
Differentiate between the web server and application server?
why we should override only no-agrs init() method.
How can we refresh automatically when new data is entered into the database?
Whether thread can be used in servlets?
Why do we need a constructor in a servlet if we use the init method?
Whether we can get deadlock situation in servlets?
What's the difference between servlets and applets?
How to read request headers from servlets?