How to restrict multiple logon to an application?
-
pls help me retrict multiple logon to application with single user account. somebody helped me to get through it but need some clarification. To identify browser close event. if user logs in and leave behind.
-
pls help me retrict multiple logon to application with single user account. somebody helped me to get through it but need some clarification. To identify browser close event. if user logs in and leave behind.
Hi, Add the login userID's to a "loggedin" database table, and check whether the current userID used to login exists in the table. For that to work, however, you need to insure that users are recorded as logged out when they exit the application. You can do that by checking if their sessions have expired, and deleting the userID record from the table. Linking the SessionID to the userID should be enough. I hope this would be helpful.
John Adams ComponentOne LLC. www.componentone.com