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
Write all the phases defined in servlet life cycle?
What is servlet interface?
Which exception is thrown if the servlet is not initialized properly?
What is servlet and how it works?
How do we go with database connection and log4j integration in servlet?
What are the types of Session Tracking ?
Which interface must be implemented by all servlets?
What is difference between cookies and httpsession?
Why is a constructor needed in a servlet even if we use the init method?
What is servlet instance?
How we can create war file in servlet?
List out difference between a JavaBean from a Servlet?
Name the packages that work with servlet?
What is a servlet context?
What is a server side include (ssi)