Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / bhavesh kumar

Session tracking is the mechanism by which developer tracks the user actions across the session.
For example, an online video store must be able to determine each visitor’s sequence of actions. Suppose
a customer goes to your site to order a movie. The first thing he does is look at the available titles. When
he has found the title he is interested in, he makes his selection. The problem now is determining who
made the selection. Because each one of the client’s requests is independent of the previous requests,
you have no idea who actually made the final selection.

Their are 3 types of sesssion mechanism.
1)hidden form fields:-store information about session.
2)cookies:- a small piece of textual information sent by web apllication to client,sored on client and returned by the client for all request to the server.
3)url rewriting:- it is the concept of attaching a unique id.server attact this unique id in each url.when the client send requests it send back this id with the request also which helps the server to identify the client uniquely.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of welcome-file-list?

1074


What is the difference between using getSession(true) and getSession(false) methods?

1106


What are the life-cycle methods for a servlet?

1051


Explain the difference between get and post method in servlet?

1197


Why is Servlet so popular?

1120


why we should override only no-agrs init() method.

1190


What is the disadvantage of cookies?

1036


What is Servlets and explain the advantages of Servlet life cycle?

1168


Does servlet have main method?

1245


What is the effective way to make sure all the servlets are accessible only when user has a valid session?

1123


What is the difference between context parameter and context attribute?

1125


What are the uses of servlet and what is servlet chaining?

1148


Which protocol will be used by browser and servlet to communicate

1108


What is servlet collaboration?

1194


What are Servlets?

1186