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 / animesh kumar
Session Values Can Be passed from one servlet container to
another in FOUR ways :
1. URL rewriting
2. Hidden Form Fields
3. Cookies
4. Using a session Object
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the kinds of http requests?
List out difference between a JavaBean from a Servlet?
What is a servlet-to-servlet communcation?
How can you create a session in servlet?
Explain the custom jsp tags and the beans.
What is a servlet context?
What do you mean by request dispatcher in servlet? Also explain its methods.
How to find whether a parameter exists in the request object?
How to create war file?
What is a servlet context object?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
How do we translate jsp?
How do cookies work in servlets?
How servlets are deployed in java?