Search Results

1
vote

How do I prevent users from sharing the same account? (ASP.NET MVC)

Are you trying to stop multiple people using the same account at the same time or at different times? You can stop the former by storing a GUID in a user's session and checking it against a …
0
votes

Ajax query not firing, because it’s generating the wrong URL

Check to make sure that MicrosoftAjax.js isn't using the $ for it's own purposes. If it is, you can find information on how to use something other than the $ on this …