Handling multiple instances of the Client Browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pckumaran
    New Member
    • Aug 2006
    • 2

    Handling multiple instances of the Client Browser

    Dear friends
    I am facing this problem.We are running an ASP site where we want to prevent users from opening our site from within multiple browsers. Can anybody help me.
    pckumaran
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    There's no reliable client-side way of handling this. The user could just turn JavaScript off. You can look at server-side solutions, e.g. logging the user, but I can't see what great problem there would be if the user accessed the site uses two browser instances.

    Comment

    Working...