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
What is the difference between jsp and servlet life cycle?
What is ServletConfig object?
Explain the difference between a web server and a web container?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is cgi?
Why session tracking is needed?
What do you mean by default initialization in java servlet?
How servlets are deployed in java?
How do you configure a centralized error handler in servlets?
how the HTML data stored in web server?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is servlet initializer?
What is pure servlet?
What is the difference between genericservlet and httpservlet
Why the container loads server at the application startup and how?