Restricting Number of users using a software package
Hai,I am developing a software package which is to be sold as 'licence per user'.The package is a bunch of webpages with a database.Any foolproof way of restricting the number of users it ?Any suggestions will be appreciated
Try using RMI with a licence server that is connected to thru RMI. IF your app does not get teh encrypted OK message, then it does not start. That way you know only your server did the licence check. Of course the pwd will be hardcoded but you can change it every so often as people generally do with each release.
A bunch of webpages? In intenet? Why don't you make a custom login CGI,servlet,jsp and inc some number in your server, util it reaches the maximum.