会话超时错误 [英] session time out error

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

问题描述

嗨我有一个关于会话超时错误的问题



当我打开我的应用程序超过5分钟它将显示错误对象引用未设置对象的实例,这是我的代码





  <  身份验证    mode   =  Windows  /  >  
< sessionState timeout = 60 mode = InProc cookieless = false >
< / sessionState >





PLZ解决我的问题并帮助我

解决方案

hi




< meta http- equiv =refreshcontent =285/>







添加以下代码行在您的aspx页面或母版页中。



每285秒自动刷新一次页面。



试试这个

Hi I have a Problem on session time out error

when i am open my application more then 5 mints it will show the Error Object reference is not set an instance of object and here is my code


<authentication mode="Windows"/>
    <sessionState timeout="60" mode="InProc" cookieless="false">
    </sessionState>



plz solve my problem and help me

解决方案

hi

<meta http-equiv="refresh" content="285" />



add this lines of code in your aspx page or master page.

automatically refresh your page every 285 seconds.

try this.


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

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