Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Per Seat Licences

Status
Not open for further replies.

ihoult

Programmer
Dec 17, 2003
7
GB
Hi,

I’ve got a web application that runs on an intranet, ASP pages as the user interface, VB6 business layer and an SQL Server database.

Is there anyway that I can restrict the number users who can use the site at any one time? Users are not connecting anonymously, if that helps.

Thanks for any help.
Iain
 
I would suspect this would be done in the VB6 layer.

Depends what sort of system it is. If it's client server and maintains connections then it's easy.
If it drops and creates connections on every call then how would you tell that a client has gone away without logging off? You could just log them off automatically after a period of inactivity but that may cause a bit of grief.

Why to you want to restrict the number?

======================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
 
Thanks for your response, the reason for restricting users is to stop the clients from having an unlimited number of users, when they've only paid for say 10.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top