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 life cycle of Servlet?
Is servlet a controller?
What is the difference between servlet and filter?
What are some disadvantages of storing session state in cookies?
How do I support both get and post from the same servlet?
Can we use the constructor, instead of init(), to initialize servlet?
What do you mean by cgi?
Can a jsp be called using a servlet?
List the Different types of servlet?
What’s the difference between forward() and sendredirect() methods?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Why do we use sendredirect() method?
How do you create a cookie using servlet?
What are the phases of servlet life cycle?
What is the disadvantage of cookies?