what is session tracking?what are types of session
tracking ?and when to cookies,when to use
sessionmanagement,whent use url rewriting technique,plz
explain briefly?

Answer Posted / raghunath bj

Session tracking is a techinque where we can track the
number of attempts made by the web browser and as per my
knowledge there are 3 kinds of session tracking mechanisms
mentioned
1.HttpCookies:we can use HttpCookie to store temporary
information.
2.URL Rewriting:By Using this we can add or append more
information to the session.
3.Hidden form fields:which means we can have hidden field
inside the form and this can be used to store information
about the session.
But one disadvantage with this HiddenFormField is it works
if every page is dynamically generated.

Is This Answer Correct ?    40 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I know if java is running on linux?

594


What do you mean by deployment descriptor?

544


How we can call a jsp from the servlet?

520


How servlet is created?

532


What is servlet configuration?

517






What is the difference between the servlets and cgi programs?

540


What is the use of servlet context?

521


What is the life cycle of a servlet?

771


What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?

605


What do you mean by cgi?

525


Can we refresh servlet in client and server side automatically?

583


What is the type of method for sending request from http server?

586


Explain the jar and war files in servlet?

543


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

535


How would you create deadlock on your servlet?

614