解决.net mvc session超时的问题

1.

 

 

2.  web.config

<!– 设置Session 超时时间–>
<sessionState mode=”InProc” timeout=”180″ />