服务器中的会话超时问题 [英] problem with session time out in server

查看:61
本文介绍了服务器中的会话超时问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在增加网络配置文件中的会话时间,它只在本地系统中工作,但是它无法在线帮助我。



代码:< br $> b $ b

am increasing session time in web config file it is working in local sys only but it is not working in online help me out.

code:

<system.web>
    <sessionState timeout="120" mode="InProc"></sessionState>
  </system.web>





如何在IIS中增加它?



how to increase it in IIS?

推荐答案





您可以按照MSDN链接调整IIS 7中的超时值。



http://technet.microsoft.com/en-us/library/cc725820(v=ws.10).aspx



Hi,

You can follow the MSDN link to adjust the Time Out value in IIS 7.

http://technet.microsoft.com/en-us/library/cc725820(v=ws.10).aspx

If this resolves your issue; please mark the question as answered & Acknowledge the same.

Regards,
Subhash Konduru


IIS>>应用程序池>>应用程序的应用程序池>>右键单击>>选择属性>>效果标签>>将空闲超时设置为闲置.....分钟后关闭工作进程所需的分钟数。



看到这个 [ ^ ]。



-KR
IIS >> Application Pools >> Application pool for your application >> Right Click >>Select Properties >> Performance tab >> Set the idle timeout as your desired minutes for "shutdown worker processes after being idle for ..... minutes".

And see this[^] as well.

-KR


这篇关于服务器中的会话超时问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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