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 cgi and what are its drawbacks?
Is servlet thread safe?
Why do we have servlet filters?
How can a servlet be used to generate plain text instead of html?
What are common tasks performed by Servlet Container?
How many objects of a servlet is created?
What are the differences between servlet context vs servlet config?
How do I know if java is running on linux?
How httpservlet is different from the genericservlet?
What are the different types of servlets?
Tell us something about servletconfig interface.
Explain servlet events?
What is a web application and what is it’s directory structure?
What is a servlet context?
Explain their methods? Tell me their parameter names also have you used threads in servlet?