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


Please Help Members By Posting Answers For Below Questions

Write all the phases defined in servlet life cycle?

751


What is servlet interface?

925


Which exception is thrown if the servlet is not initialized properly?

762


What is servlet and how it works?

664


How do we go with database connection and log4j integration in servlet?

889


What are the types of Session Tracking ?

824


Which interface must be implemented by all servlets?

1007


What is difference between cookies and httpsession?

757


Why is a constructor needed in a servlet even if we use the init method?

785


What is servlet instance?

730


How we can create war file in servlet?

834


List out difference between a JavaBean from a Servlet?

726


Name the packages that work with servlet?

721


What is a servlet context?

798


What is a server side include (ssi)

758