how do you maintain sessions in servlets?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mahesh
to maintain sessions in servlets we can use another way that
is through........ RequestDispatcher
| Is This Answer Correct ? | 5 Yes | 4 No |
what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?
What is the use of request dispatcher interface?
can v create a constructor 4 servlet?
What do you mean by web applications?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Is dispatcher servlet a singleton?
If servlet receives multiple requests, how many objects will it create?
How does java thread pool work?
What do you mean by interservlet communication?
What is the type of method for sending request from http server?
Which protocol will be used by browser and servlet to communicate
What is api in servlet?