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 |
Explain servlet.
Elucidate servlet attributes and its scope?
How we can check in particular page the session will be alive or not
What is servlet and list its types?
What are the phases of the servlet life cycle?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
What is the use of welcome-file-list?
Can we override servlet service method?
why are using HttpServlet in realtime projects and why are not using Genericservlet
why are extending GenericServlet and why are extending HttpServlet explain?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What is a servlet engine?