how do you maintain sessions in servlets?
Answer Posted / bibek
for mentaining session there are four ways
1 hidden field
2 url re-writting
3 coockis
4 session
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What are the phases of the servlet life cycle?
what do you understand by url rewriting?
Write the code to get the server information in servlet.
Who is responsible for writing a constructor?
What is the directory structure of web application?
What is java servlet session?
What do you mean by web applications?
What is the purpose of inter-servlet communication?
What is the use of request dispatcher interface?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
How can we upload the file to the server using servlet?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What are the types of Session Tracking ?
How do I use cookies to store session state on the client?
How can we implement a jsp page?