How to restrict your web app to a single instance
When building complex web applications it is often necessarry to restrict the user to keeping only a single instance open, and to do this you need to check for the precense of an existing instance, either directly or indirectly.
My name is Øyvind Sean Kinsey and I am a software architect/developer focusing mainly on MySQL, .NET and Javascript frontends.