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?
Answers were Sorted based on User's Feedback
Answer / 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 |
How servlet is created?
What is the servletconfig object?
Explain the difference between servletconfig and servletcontext in servlet?
Explain the difference between a web server and a web container?
What do you mean by singlethreadmodel interface?
What is Servlet API used for connecting database?
What is the role of the webserver?
Explain the working of service() method of a servlet.
If a servlet is not properly initialized, what exception may be thrown?
Explain jsessionid and when is it created?
What are the differences between servlet context vs servlet config?
How do I use cookies to store session state on the client?