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 |
how to make the IP address to .com
How do you get the ip address of the client in servlet?
What do you mean by deployment descriptor?
How values can be passed from HTML page to servlet?
What methods do we use in Servlet to Applet communication?
How native code can be used in a servlet?
What is the web server used for running the Servlets?
How to get the current httpsession object?
What are all the advantages of servlet over cgi?
Explain how to improve Servlet Performance?
When servlet is loaded?
program for RequestDispatcher in servlets?