Re: [flexcoders] Advanced Flex Authentication - limiting a user to a sinlge logon of a gieven app

2007-05-20 Thread Paul J DeCoursey
Might be able to accomplish that using Remoting, I don't think you'll be able to accomplish that on the web without some way of knowing for sure that the user has lost it's connection. Perhaps if you expire sessions after a very short time, like 30 seconds, and constantly ping the server from

[flexcoders] Advanced Flex Authentication - limiting a user to a sinlge logon of a gieven app

2007-05-20 Thread Amine Diab
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