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
Explain the custom jsp tags and the beans.
How we can create war file in servlet?
What is a servlet-to-servlet communcation?
What is Servlet API used for connecting database?
When should you prefer to use doget() over dopost()?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Explain Action Servlet?
Explain the jar and war files in servlet?
Which is the methods of generated servlet?
What’s the difference between forward() and sendredirect() methods?
Which are the different ways you can communicate between servlets?
Explain the difference between servletconfig and servletcontext in servlet?
What is the major difference between servlet and applet?
What is setattribute in servlet?
What are the jobs performed by servlets?