Now I'm going to use the SessionStateProvider class from the sample provided by Mircosoft into production .
- In addition to clearing used session records from the blob, what else do I need to take into consideration before using it in live site?
In the sample, SessionStateStoreData is serialized and stored in the blob. Instead, can I store in one of the columns of the table? What is the pros and cons of this approach?
While clearing the unnecessary session in the table and blob, what is the best and safest way to clear?