Session Tracking - Advantages and Disadvantages
Posted
on DotNetBlocks
See other posts from DotNetBlocks
Published on Mon, 18 Oct 2010 22:50:00 -0500
Indexed on
2011/01/03
3:59 UTC
Read the original article
Hit count: 274
General
I use to work for a major internet company that sold Dental Plans to customers through their large customer-driven websiteto consumers.
They start tracking their users as soon as they hit their web servers, and then they log everything they can about the user.
There are a lot of benefits for using session tracking for both the user and the website. Users can benefit from session tracking due to the fact that a website can retain pertaining information for the user so that they do not have to re-enter the same information repeatedly. In addition, websites can hold specific items in a cart for each user so that they can pay for all of their items at once when they are ready to complete their purchases. Websites can also benefit from session tracking because they can determine where a specific user came from and which advertising partner gave them a sale. This information is very useful when deciding on where to spend an advertising budget.
There is only one real disadvantage when it comes to session tracking, Users can not really control what is actually tracked by a website. Yes, they can disable cookies and this will help, but that means that no tracking can be done at all. Most sites require users to have cookies enabled in order for users to make purchases or login to their accounts.
© DotNetBlocks or respective owner