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 a server side include (ssi)

0 Answers  


What is the use of RequestDispatcher in servlet?

18 Answers   Accenture, CTS, TCS,


Who is responsible for writing a constructor?

0 Answers  


How to read request headers from servlets?

0 Answers  


How to invoke a Servlet?

2 Answers   Mastek,






How does Cookies work in Servlets?

0 Answers  


What is the purpose of inter-servlet communication?

0 Answers  


Name the packages that work with servlet?

0 Answers  


What is a web container and what is its responsibility?

0 Answers  


What is pure servlet?

0 Answers  


What is servlet?

15 Answers   Conesys, Siemens,


Why is http protocol called as a stateless protocol?

0 Answers  


Categories