我也是.net和MVC框架的新手。 我需要创建会话超时功能。 所以我试过
<system.web>
<sessionState timeout="20"></sessionState>
</system.web>
我尝试了mode =“InProc”,但没有运气。 我已经在Web.Config
中使用了这一行<sessionState timeout="30"
mode="SQLServer"
cookieName="SafeAuto.QuoteAndPurchase"
sqlConnectionString="Data Source=CORPSQLTS09RM18;user id=webuser;password=M@r3Bar!"
cookieless="false"
regenerateExpiredSessionId="true" />
我知道我们不能使用2次。 所以任何人都有任何想法帮助我在这里。此外,在会话超时后,我想将页面重定向到特定页面。