| ASP.NET 2.0 provides specific support for personalizing Web sites. The normal form of personalization is to record information about the user, and then to make that information available whenever the user logs on. The cookies are not the suitable way to approach persistent user data storage, as they are not accepted by all computers and also a smart user can alter them. |