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
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Explain is servlet mapping?
Differentiate between get and post?
List some life cycle methods of a servlet.
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Differentiate between the print writer and servlet output stream?
Define the lifecycle for executing a jsp page.
Difference between httpservlet and generic servlets?
What are the disadvantages of storing session state in cookies?
What is servlet lazy loading?
Explain servlet.
What is api in servlet?
Explain get and post.
How to rectify errors in java servlet while compilation?
What is the difference between encodeRedirectUrl and encodeURL?