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 is the procedure for initializing a servlet?
What is the difference between a generic servlet and http servlet?
How can we invoke another servlet in a different application?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
How to set a cookie that is persisted only for the duration fo the clients session?
What are the types of ServletEngines?
Define the life cycle of a servlets.
What exception should be thrown when servlet is not properly initialized?
How to rectify errors in java servlet while compilation?
Explain how does JSP handle run-time exceptions?
What is meant by a web application
What does the term localization refer to?