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 are the different ways we can maintain state between requests?
How do servlets work?
What is the life cycle of a servlet?
What are some advantages of storing session state in cookies?
What are the different session tracking techniques?
What are the different methods involved in generic servlet?
What is string tokenizer?
What is the servletconfig object?
What is the
What is the difference between the http servlet and generic servlet?
What is a cookie What is the difference between session and cookie
why we should override only no-agrs init() method.
What is the use of attribute in servlets?
Why is init() method is used in servlets?
What are the difference between RMI and Servlets?