当1个用户超时时,其他用户无法获得它 [英] When 1 User Timesout other users cannot get it

查看:79
本文介绍了当1个用户超时时,其他用户无法获得它的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在使用Windows Server 2008的云服务器上使用VS 2010(代码是VB)和SQLServer 2008 R2。



'****** ************************************************** ************************************************** ****************



在Web Config中我将会话状态设置为



< sessionstate cookieless =AutoDetectmode =InProctimeout =1440>



认证是:



< authentication mode =Forms>



< forms loginUrl =〜/ Default.aspxtimeout 30无cookieAutoDetectslidingExpirationtrue/>



'******************* ************************************************** ************************************** *



现在如果/当我的一个用户超时时,其他用户将被锁定。我究竟做错了什么?感谢您提供的任何建议............ Phil Hoop

I'm using VS 2010 (Code is VB) with SQLServer 2008 R2 on a cloud server with Windows Server 2008.

'**************************************************************************************************************************

In Web Config I set session state as

<sessionstate cookieless="AutoDetect" mode="InProc" timeout="1440">

Authenticatio is:

<authentication mode="Forms">

<forms loginUrl="~/Default.aspx" timeout"30" cookieless"AutoDetect" slidingExpiration"true"/>

'***********************************************************************************************************

Now if/when 1 of my users times out, other users are locked out. What am I doing wrong? Thank you for any advice you care to offer............ Phil Hoop

推荐答案

一旦应用程序超时,请将它们带到登录页面。

其他用户应该能够生成自己的身份验证票并登录。
Once the application times out, take them to the login page.
Other users should then be able to generate their own authentication ticket and login.


这篇关于当1个用户超时时,其他用户无法获得它的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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