Search code examples
silverlightcookiesisolatedstorage

Should I use Cookies or Isolated Storage to store a small amount of data for a Silverlight app?


I have a Silverilght app that needs to store a small amount of data (user preferences stuff) on the client. Should I store it using cookies, or using Silverlight's Isolated Storage? Why?


Solution

  • You should use isolated storage in most cases for the following reasons: