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?
Answer Posted / 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 |
Post New Answer View All Answers
What’s the use of the servlet wrapper classes??
What are the different methods involved in the process of session management in servlets?
Explain url encoding?
What is the life-cycle of servlets?
Explain url encoding in servlet?
What's the difference between authentication and authorization?
Can we refresh servlet in client and server side automatically?
What are the important functions of filters?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What is the use of httpservletrequestwrapper?
What do you mean by cgi?
Which is better jsp or servlet?
What is the use of servlet context?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is cgi and what are its drawbacks?