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
How do you create a cookie using servlet?
Which are the different ways you can communicate between servlets?
What is meant by cookies?
What is api in servlet?
What are the advantages of Servlet over CGI?
What is a web application and what is it’s directory structure?
What is java servlet?
request parameter how to find whether a parameter exists in the request object?
What do you mean by a filter and how does it work?
What is servlet invoker?
Explain Action Servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
How can we refresh automatically when new data has entered the database?
How can a servlet be used to generate plain text instead of html?
How can we perform any action at the time of deploying the project?