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
What is Servlets and explain the advantages of Servlet life cycle?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Which is better jsp or servlet?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
How can we refresh automatically when new data has entered the database?
What is api in servlet?
What are the ways to handle multi-threading in servlets?
What are the life-cycle methods for a servlet?
Can we fetch the attributes related to a servlet on a different servlet?
What are the differences between servlet context vs servlet config?
Which httpsession object is used to view and manipulate information about a session?
What are the features added in Servlet 2.5?
What are the uses of servlets?
What are the functions of the servlet container?
Which interface should be implemented by all servlets?