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
Explain the role of dispatcherservlet and contextloaderlistener.
What are the different session tracking techniques?
Define the lifecycle for executing a jsp page.
Explain the different ways for servlet authentication?
Is java servlet still used?
What are all the advantages of servlet over cgi?
What is httpservlet class?
Servlet is pure java object or not?
what is multiple server?
What is dispatcher servlet?
What is the process for chaining servlet?
What is the importance of init() method in Servlet ?
Is that servlet is pure java object or not?
What is url encoding and url decoding
Is it good idea to create servlet constructor?