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
Can we fetch the attributes related to a servlet on a different servlet?
What is URL Encoding?
What are its drawbacks of cgi?
What if we pass negative value in load-on-startup?
How do we go with database connection and log4j integration in servlet?
What is the use of welcome-file-list?
What is meant by a servlet?
What are sessions in servlets?
What are the kinds of http requests?
Explain the differences between jsp and servlet.
what is servlet chaining?
What are Servlets?
Which java framework is most popular?
How can we upload the file to the server using servlet?
What are the different methods involved in generic servlet?