can we run session in out of process in Asp
as i know that session store server side and run in same process with server . incase server get crashed it will destroy session of all the users currently using that application.
how can we prevent it .can we run session in out of process
|