使用应用程序变量时会话超时

使用应用程序变量时会话超时

本文介绍了使用应用程序变量时会话超时(未使用会话状态)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了一个Web应用程序,在其中我使用应用程序变量来维护会话状态.我根本没有使用SESSION状态.我已注释了代码中可能存在的所有代码(如web.config,Global.asax,asp.net页面等位置).但是应用程序仍然会在20分钟后超时.
我什至尝试在IIS 7.0的会话状态中启用false.还是没有运气
我什至将默认超时时间增加了20分钟,仍然没有运气.
•ASP.Net 3.5
•C#
•VS 2008
•SQL Server 2005
•应用程序变量
•无会话状态
•用于构建的IIS 7
•用于服务器构建的Server 2003(用于开发的XP)
请帮助我确定问题所在.

I have created an web application in which i use application variable for maintaining the session state. I am not using SESSION state at all. I have commented all code that can possibly exist in the code (locations like web.config, Global.asax, asp.net pages). But still the application gets timed out at 20 minutes.
I even tried enabling false in session state of IIS 7.0. Still no luck
I even increased the default time out from 20 minutes more, still no luck.
•ASP.Net 3.5
•C#
•VS 2008
•SQL Server 2005
•Application Variable
•No Session state
•IIS 7 for builds
•Server 2003 for server builds (XP for development)
Please help me identify the issues.

推荐答案


这篇关于使用应用程序变量时会话超时(未使用会话状态)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 10:21