How do you track a user session in servlets?
Answers were Sorted based on User's Feedback
Answer / udayc how
1)user authentication
2)hidden form fields
3)cookies
4)url rewriting
5)httpsession
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / ravikiran.chd
by making use of session tracking mechanisms such as
1).Hidden Form Fields
2).cookies
3).Http Sessions
4).Url Rewriting
| Is This Answer Correct ? | 4 Yes | 0 No |
What is servlet container?
What do you mean by mime type?
what is a session object?
What is session?
How do you load an image in a Servlet?
What are all the protocols supported by httpservlet?
what is multiple server?
What is with the javax.servlet package naming?
When should you prefer to use doget() over dopost()?
What is the ServletConfig() and what is its use?
What is the difference between the http servlet and generic servlet?
Write a program to show the functionality of servlets.