Hi
We are running an ASP Website and we want to prevent the client opening our site in more than one instance of the Web Browser.Any help will be taken with deep gratitude.
pckumaran:confused:

Recommended Answers

All 2 Replies

You can't

hi kumaran,

You can do this by capturing the user's ip.

get the client's ip by using Request.ServerVariables("REMOTE_ADDR").

also assign a unique id to this client and save it in the application variable
application("id")=#JSDSDLFJ
when he tries to open a new site, just check these and block it

:)
Thanks,
Chaitanya.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.