Server Crash

What will happen to sessions when a server crash?

Questions by anuska4010

Showing Answers 1 - 6 of 6 Answers

A crash or (system crash) in computing is a condition where a program (either an application or part of the operating syatem) stops performing its expected function and also stops responding to other parts of the system. Often the offending program may simply appear to freeze. If this program is a critical part of the operating system kernal the entire computer may crash.

  Was this answer useful?  Yes

vidyajnath

  • Jun 23rd, 2010
 

If session state service is used for session state maintainenece, then even if the server crashes, the session state will not be lost as it is not running in the same process as ASP.NET. but if in process mode is used, then the session info will be lost.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions