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 types of an http request?
What is servlet in web technology?
What does the term localization refer to?
What is the major difference between context parameter and context attribute?
Can you call a jsp from the servlet?
What is servlet looping or chaining?
What are the various ways of session supervision in servlets?
How can you start a jta transaction from a servlet deployed on jboss?
Is java servlet still used?
How can a servlet be used to generate plain text instead of html?
What is servlet mapping?
Explain the concept of ssi ?
Why do we need a constructor in a servlet if we use the init method?
What do you mean by mime type?
What are the advantages of servlets over traditional cgi?