how do you maintain sessions in servlets?
Answer Posted / bibek
for mentaining session there are four ways
1 hidden field
2 url re-writting
3 coockis
4 session
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
Explain mvc pattern.
What is http servlet? Explain with the help of an example.
What is webservlet?
Define servlet mapping?
Write a program to show the functionality of servlets.
How can we perform any action at the time of deploying the project?
If some new data has entered the database, explain how can a servlet refresh automatically?
What are the key methods that are involved in processing of http servlets?
List some life cycle methods of a servlet.
Explain the difference between servletconfig and servletcontext in servlet?
Why filter is used in servlet?
How can the session in servlet can be destroyed?
Which method is called when reference variable is passed in system.net?
What are the life-cycle methods for a servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?