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 to read request headers from servlets?
How the typical servlet code look like ?
Explain url encoding in servlet?
How printwriter is different from servletoutputstream?
How can the referrer and the target urls be used in servlet?
What exactly are the functions of servlet?
What is the default http method in the servlet?
How do servlets work?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Why is servlet used?
How do you deal property files in servlet?
Define servlet mapping?
What is the difference in between the httpservlet and generic servlet?
The code in a finally clause will never fail to execute, right?
What is Servlets and explain the advantages of Servlet life cycle?