问题描述: 

 var svode=HttpContext.Current.Session["VCode"].ToString();
 //调试时候发现 svode ==null 
// 解决方法 : 该类实现 IRequiresSessionState 接口即可

 

相关文章: