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 setattribute in servlet?
What is lazy loading and what is Generic Servlet Class?
List out difference between a JavaBean from a Servlet?
Write a command to get actual path of a servlet to the server?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is servlet looping or chaining?
What is cookie? Why is cookie used?
What is the difference between jsp and servlet life cycle?
what is multiple server?
Difference between get and post in java servlets?
What are the benefits of using servlet over cgi?
what is servlet chaining?
What if you need to span your transaction across multiple servlet invocations?
How the typical servlet code look like ?
What is meant by cookies?