Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends,

I enabled SQL server session mode in my application.I want to persist the session state when my sql server restart.what should be done.

which option is correct for the above question and why?
a)object serialization
b)store data in clustered environment
c)store session data in a different DB instead of temp DB
d back up DB periodically
Posted
Updated 6-Dec-10 23:34pm
v2

1 solution

There is a very good on CP itself.

Exploring Session in ASP.Net

You can get basic Idea from above. Rest your answers
a) Yes for custom objects.
b) Its upto your requirement.
c) Yes better if you store at different DB.
d) Yes it is advisable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900