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 in simple terms?
What is difference between get and post method?
What do you mean by web applications? Explain web application directory arrangement?
What is the directory structure of a war file?
What do you mean by httpservlet and how it is different from the genericservlet?
Write a simple servlet program to print the contents of html.
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
Difference between httpservlet and generic servlets?
how the HTML data stored in web server?
What are the different methods involved in generic servlet?
What is servlet and its advantages?
What is cookie? Why is cookie used?