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 servlet and its life cycle?
How two servlets communicate with each other?
What method is used to create database connection in servlets?
What happens, when client requests for server object, which is not yet loaded into the memory?
waht is the main diference b/w servelts and JSP ?
What are the common methods that are included in the http servlet class?
Which interface must be implemented by all servlets?
What is the difference between an applet and a servlet?
15 Answers GCEW, Miracle Solutions,
Is it possible to have a constructor inside the servlet?
How does tomcat servlet container work?
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,
Explain how to improve Servlet Performance?