Richard, How i have done this in the past is track access via a database table. Record their CFID, ip, username, etc when they login. Then, when they second person logs in with the same username, you force the original user to log out.
Dave On Wed, Jul 15, 2009 at 9:43 AM, Richard White <[email protected]> wrote: > > Hi > > we are wondering how you guys deal with monitoring users for a web-based > application when the pricing model is based around a per user subscription > > is there techniques of telling whether someone has passed their username > and password to one of their colleagues to use. > > could the pricing model be based around access points instead of users > (i.e. we ask them to register their computers mac addresses instead of > usernames). this could also provide enhanced security for our clients as it > is not just a matter of knowing someones password but they will have to > access it from specified computers > > surely we are not the first to come up against this issue, and would > appreciate your thoughts. > > richard > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324511 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

