如何在代码中保持会话超时。 [英] How to maintain the session timeout in code behind.

查看:82
本文介绍了如何在代码中保持会话超时。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的mvc应用程序中,我想在file.how后面的代码中维护会话超时,请帮助我。

In my mvc application I want to maintain the session timeout in code behind file.how to do it please help me.

推荐答案

在web.config中文件写下此代码

< system.web>

< sessionState timeout =1>

< / system。 web>

在此代码中,timeout =1指定会话将在1分钟后到期。如果我们没有指定时间,那么默认情况下,会话到期的时间是20分钟。
In the "web.config" file write this code
<system.web>
<sessionState timeout="1">
</system.web>
In this code timeout="1" specifes that after 1 minute the session will be expire. If we not specify the time then by default the time for expiring the session is 20 minutes.


看一下 HttpSessionState.Timeout 财产 [ ^ ]。

可以在global.asax文件中设置。
Have a look at the HttpSessionState.Timeout property[^].
This can be set in the global.asax file.


这篇关于如何在代码中保持会话超时。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆