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

Why is Servlet so popular?

618


What is servlet? Explain

584


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

542


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

672


Difference between get and post in java servlets?

550






Is it good idea to create servlet constructor?

747


Explain the difference between generic servlet and http servlet?

543


If servlet receives multiple requests, how many objects will it create?

833


What is the difference between a generic servlet and http servlet?

526


What is the major difference between context parameter and context attribute?

599


Why are servlets used?

534


What is servlet interface?

708


When Servlet is unloaded?

632


Can we override destroy method in servlet?

507


What is servlet and its types?

560