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 we invoke another servlet in a different application?
What is difference between jsp and servlet?
Difference between java beans & servlets?
What methods do you use in servlet - applet communication?
What are the uses of servlet and what is servlet chaining?
What are the advantages of servlets over traditional cgi?
Can filter be used as request or response?
What is the purpose of dispatcherservlet properties?
How can a servlet be used to generate plain text instead of html?
Explain servlet events?
Whats the advantages using servlets over using CGI?
If a servlet is not properly initialized, what exception may be thrown?
Why do we have servlet filters?
How is the get () method different from the post() method?
What are sessions in servlets?