0
kicks
Managing Anonymous Users For Better Site Performance
Anonymous identification is an wonderful feature for allowing ASP.NET applications to store personalized information for unauthenticated users; but if you aren't careful, you'll eventually end up with thousands (or even millions!) of unused records clogging your database, wasting resources, and slowing your app to a crawl. Here's a handy way to keep that runaway database under control when using anonymous identification.