I had a similar problem but solved it differently. I basically made number of allowed session into a setting on the user setup. I read that setting at each startup and shutdown the application itself (instead of just killing the session -which does not work by the way) if the user has exceeded their allowed number of sessions. I put my code to do that in Application.StartupPost() I use info.shutDown(true) to kill the application. Hope that helps.
________________________________________________________________ Confidentiality Notice: This message and any attachments may contain legally privileged and/or confidential information belonging to Seneca Data Distributors. Any unauthorized disclosure, use or dissemination of this e-mail message or its contents, either in whole or in part, is prohibited. If you are not the intended recipient of this e-mail message, kindly notify the sender and then destroy it. ________________________________________________________________ [Non-text portions of this message have been removed]

