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
What is http servlet in java?
What is a servlet engine?
Define the life cycle of a servlets.
How the servlet is loaded?
What is servlet name in web xml?
What are the mechanisms used by a servlet container for maintaining session information?
Define context initialization parameters.
What is meant by servlet? What are the parameters of the service method?
How to upload a file to the server using servlet?
What is cookies in servlet with example?
What do you mean by url pattern in servlet?
How can you start a jta transaction from a servlet deployed on jboss?
What is the procedure for initializing a servlet?
What do you mean by singlethreadmodel interface?
Describe some assignments that are executed by servlet container?