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 are the phases of the servlet life cycle?
What are session variable in servlets?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What are the types of Session Tracking ?
Differentiate between the get and post method
What are the types of servlet?
Can we use threads in Servlets?
How do I use cookies to store session state on the client?
How to make sure a servlet is loaded at the application startup?
What is Request Dispatcher?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What is servlet container. how it works?
What is servlet mapping?
What is java servlet session?
What are the uses of servlet and what is servlet chaining?