我们有某种应用,即这对于防止用户在网站上开设多个表格/窗口至关重要?
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.
当然,你可以建议改变应用设计,以便使用闪电媒体服务器作为“象征性的发电机”,但我们不能让自己毫无理由地改变基础设施,因为它可能需要几个月。
我们有某种应用,即这对于防止用户在网站上开设多个表格/窗口至关重要?
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个接口对用户来说至关重要,那么你应考虑将其编成一个桌面应用程序,而不是一个网络应用程序。
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...
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. ...
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 ...
I m looking for best practices here. Sorry. I know it s subjective, but there are a lot of smart people here, so there ought to be some "very good" ways of doing this. I have a custom object called ...
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 ...
i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...
For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?
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!