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 / atul
sry but the qu is How to pass
session values from one servlet
container to another servlet
container not from one servlet to
another servlet and every web server
or application server contain only
one servlet container
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What must be implemented by all servlets?
What is called Scriptlet?
Explain the difference between get and post method in servlet?
What is the need of session tracking in web application?
How can the session in servlet can be destroyed?
What is difference between get and post method?
Can we override destroy method in servlet?
Why doesn’t a servlet include main()?
What are the drawbacks of cgi?
What is the default http method in the servlet?
How can we upload the file to the server using servlet?
Differentiate between get and post?
Which is better jsp or servlet?
What is the need of servlet filters?
What is the difference between servlet and jsp?