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 / ravikiran.chd
session tracking is a mechanism to remembering the client
for a multiple sequence of requests.
1).Hidden Form Fields
2).Cookies
3).Sessions
4).Url Rewriting
cookies are used when u wish to transfer less amount of data
under multiple requests.
session management is used to keep track of the user for
multiple requests
URl rewriting is used to keep track of sessions when cookies
are disabled
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
Differentiate between the get and post method
If a servlet is not properly initialized, what exception may be thrown?
How the typical servlet code look like ?
What is the
What is the use of httpservletrequestwrapper?
How can we include static files in the jsp page?
What are the advantages of Servlet over CGI?
Is that servlet is pure java object or not?
What are the functions of an intercepting filter?
Explain the difference between generic servlet and http servlet?
Explain the difference between get and post method in servlet?
What are the two important api's in for servlets?
Why the container loads server at the application startup and how?
how the HTML data stored in web server?
What is the need of servlet filters?