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 |
Define context initialization parameters.
When a servlet accepts a call from a client, it receives two objects. What are they?
What do you mean by filter in servlet?
Name the packages that work with servlet?
What are the new features added to servlet 2.5?
what is SSL?
What are the functions of the servlet container?
Can we get PrintWriter and ServletOutputStream both in a servlet?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
Why is servlet used?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What do you mean by scope object and what are its types?