How do you track a user session in servlets?

Answers were Sorted based on User's Feedback



How do you track a user session in servlets?..

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

How do you track a user session in servlets?..

Answer / cnu

by request.getSession("true");

Is This Answer Correct ?    7 Yes 1 No

How do you track a user session in servlets?..

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

Post New Answer

More Servlets Interview Questions

What is servlet in simple terms?

0 Answers  


What is difference between get and post method?

0 Answers  


What do you mean by web applications? Explain web application directory arrangement?

0 Answers  


What is the directory structure of a war file?

0 Answers  


What do you mean by httpservlet and how it is different from the genericservlet?

0 Answers  


Write a simple servlet program to print the contents of html.

0 Answers  


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?

5 Answers   OnMobile,


Difference between httpservlet and generic servlets?

0 Answers  


how the HTML data stored in web server?

0 Answers   TCS,


What are the different methods involved in generic servlet?

0 Answers  


What is servlet and its advantages?

0 Answers  


What is cookie? Why is cookie used?

0 Answers  


Categories