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 |
Write a hello world program using servlets.
What is called servlet mapping?
What is the difference between portlet and servlet?
How to get the path of servlet in the server?
servlet life cycle?
i need connection pooling code.....from harpreet.your@gmail.com
What are the key methods that are involved in processing of http servlets?
When to use doget() and when dopost()?
What is life cycle of Servlet?
Can we use threads in Servlets?
What is servlet container?
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()?