1.HttpSession
2.Hidden fields
3.URL Rewriting these primitive type of Session
maintainance.
What is the other type of process that could help to
maintain the Session?
pls Explain the process if u know?
Answer Posted / amber rastogi
Cookies.
Cookies are used for persistant storage of required
data,which may also be a unique password for a user,during
a sesion that can be further used for a user and session
identification.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Define the servlet mapping.
What are the advantages of servlets over traditional cgi?
Whether we can get deadlock situation in servlets?
Explain the steps involved in placing a servlet within a package?
What is the workflow of a servlet?
What is Request Dispatcher?
What are the functions of Servlet container?
How can we invoke another servlet in a different application?
What are different ways for authentication of servlet?
Is servlet a server side scripting language?
Which event is fired at the time of session creation and destroy?
What is a web application and what is it’s directory structure?
What are the steps that are required to handle the multi-threading?
What is cookies in servlet with example?
What is lazy loading and what is Generic Servlet Class?