Hi, I am trying to limit a user of a Flex application to a single logon with a Coldfusion back-end. I have used setRemoteCredentials and Cflogin/Cflogout successfully using roles, however I am at a loss of how I can limit a currently logged in user to a single flex session until he/she logs out; that is to prevent running two or more conncurrent sessions of the same application with the same user credentials.
Please if you have any idea or comments let me know. Thank you.

