当1个用户超时时,其他用户无法获得它

编程入门 行业动态 更新时间:2024-10-28 11:32:53
本文介绍了当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个用户超时时,其他用户无法获得它

本文发布于:2023-11-11 16:37:33,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1578997.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:其他用户   用户

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!