English 中文(简体)
有可能限制用户在网站上只使用一个网页。
原标题:Is it possible to limit user to use only one page on website per time
  • 时间:2009-12-17 14:20:33
  •  标签:
  • asp.net

我们有某种应用,即这对于防止用户在网站上开设多个表格/窗口至关重要?

Edit: The reason is that those pages communicate with flash and we cannot know on server side whether the user has two windows open or not.

当然,你可以建议改变应用设计,以便使用闪电媒体服务器作为“象征性的发电机”,但我们不能让自己毫无理由地改变基础设施,因为它可能需要几个月。

问题回答

这是一种坏的想法——你正在限制用户对<>theem>their browser的行为。

页: 1

我认为,可靠地做到这一点的唯一途径是举行一届会议,对每一页要求更新的标语进行跟踪,这页上链接都包括脚印,如果用该标语装上一页,就会产生新的信号(实质上,只允许任何页面链接对单一用途有效)。 然而,这将打破落后的纽托邦和没有的事物,因此没有很好的解决办法。

你们首先必须具备这一要求? 你们是否可以重新思考你的接口,以避免这种情况?

如果在某个时候将用户限制在1个接口对用户来说至关重要,那么你应考虑将其编成一个桌面应用程序,而不是一个网络应用程序。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签