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 is servlet chaining?
Explain load on start-up and its importance?
Can you create a deadlock condition on a servlet?
How do you invoke a servelt?
What are the advantages of Servlet over CGI?
Explain Action Servlet?
What does the term localization refer to?
How do we go with database connection and log4j integration in servlet?
Write a servlet to upload file on server.
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Difference between forward() method and sendredirect() method ?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Difference between java beans & servlets?
How many objects of a servlet is created?
What are the disadvantages of storing session state in cookies?