Answer Posted / ramesh
HTTP Session is mainly used for clients, to trace their
requests towards server. For each client, a unique session
will be maintain until the server gets shutdown. Each client
have separate session ID
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Why the container loads server at the application startup and how?
How do you configure a centralized error handler in servlets?
What is preinitialization of a servlet?
Which HTTP method is non-idempotent?
How to upload a file to the server using servlet?
Write a command to get actual path of a servlet to the server?
Why filter is used in servlet?
Who is responsible to create the object of servlet?
Which are the different ways you can communicate between servlets?
What is servlet container?
What is ServletContext object?
What is the use of servlet wrapper classes?
What are different Authentication options available in Servlets.
Which is better jsp or servlet?
Tell us something about servletcontext interface.