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?
You should use isolated storage in most cases for the following reasons: