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 / karnakar thallapalli
Generally we use session binding listeners
your class must implements HttpssionBindingListenre(not suer class name) and and implement its methods..............
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How will two or three servlets interact or communicate with each other?
What do you mean by web applications?
How do servlets work?
What is the difference between servlet and jsp?
What do you mean by annotations in servlet?
Name the packages that work with servlet?
How to generate the server side programming and the advantages of it over the other languages?
What do you mean by a filter and how does it work?
What do you mean by cgi in servlet?
What is the dispatcher servlet?
What’s the difference between forward() and sendredirect() methods?
What is new in ServletRequest interface ? (Servlet 2.4)
What are different methods of session management in servlets?
How httpservlet is different from the genericservlet?
If a servlet is not properly initialized, what exception may be thrown?