问题:判断Session 失败
结果:
if (Session[SessionKey.AccountInfo] != null) {
ViewData["AdminUser"] = CurrentAccountInfo; }
继承自MVC的不能判断为空~