A Web Design Bestseller

FigureH5.1 Cookies are the most common way of implementing persistent customer sessions, which are necessary to provide personalized services. However, cookies pose several implementation and privacy problems. H5.1 (www.cookiecentral.com, November 28, 2001) D4 A1 A10 A3 Duyne_H_545-630.qxd 11/17/06 11:27 AM Page 570To provide personalized services, Web sites need to identify and track their customers while the customers are on the site.

FigureH5.2 Persistent customer sessions are maintained by cookies, small pieces of information passed between the Web browser and the Web server. This information can be used to create personalized content and services.Use customer sessions to provide personalized services. Use temporary sessions for short-lived temporary data or when privacy concerns dictate, such as on self-service government Web sites. Use persistent sessions for long-lived data, or when the customer’s identity needs to be known. Avoid placing any sensitive data in session IDs. Use cookies for identification, but not for authentication.
You must be logged in to post a comment.