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 |
What are the differences between servlet context vs servlet config?
What are the servlet events?
What is use of parseQueryString?
Explain web application directory arrangement?
What is the use of welcome-file-list?
can i call destroy() method in init() method of servlet
What is servlet instance?
What if we pass negative value in load-on-startup?
Why HttpServlet class is declared abstract?
What is servlet attributes and their scope?
How does tomcat servlet container work?
How can the session in servlet can be destroyed?