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
How many servlet objects are created?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Is servlet a framework?
Can servlet have a constructor ?
Which java framework is most popular?
What is dispatcher servlet?
Which is the methods of generated servlet?
Explain the difference between servletconfig and servletcontext in servlet?
How is a servlet implemented in code?
How can you push data from an Applet to a Servlet?
What is context in servlet?
What is load-on-startup in servlet?
What is the need of session tracking in web application?
What are the uses of servlet
What is servlet and how it works?