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
How can the referrer and the target urls be used in servlet?
Can you use javascript in servlets?
How to get the server information in a servlet?
Explain servlet.
Is tomcat a servlet container?
Define servlet mapping?
Explain the difference between a web server and a web container?
Explain the servlet context.
What are the steps that are required to handle the multi-threading?
What are the different ways we can maintain state between requests?
The code in a finally clause will never fail to execute, right?
How is the get () method different from the post() method?
What are the life cycle methods of a servlet?
What is servlet in tomcat?
Explain the difference between generic servlet and http servlet?