Re: Related to session management
Posted By:
Bozidar_Dangubic
Posted On:
Wednesday, June 12, 2002 09:40 AM
track the number of users that have active sessions. when they login, add user to the number of active users. if number is greater then number of licences, do not allow login. pretty simple. you will have to implement session listener so that you get notified as sessions expire so that you can remove users from the list of active ones.