How do you track a user session in servlets?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is servlet and its advantages?

521


What is the procedure for initializing a servlet?

543


What are the advantages of Servlet over CGI?

662


What are session variable in servlets?

566


What are different ways for servlet authentication?

561






The code in a finally clause will never fail to execute, right?

599


Why is http protocol called as a stateless protocol?

535


What are the ways to handle multi-threading in servlets?

595


Explain the concept of ssi ?

593


What's the difference between authentication and authorization?

548


What are the type of protocols used in httpservlet?

612


When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

571


How can the session in servlet be destroyed?

641


What mechanisms are used by a Servlet Container to maintain session information?

666


What is the difference between get and post methods?

599