cflogout Problem
Hi,
I have a web application which use cflogin and cflogout as the authentication. Since we have some special accounts that can be used by different people, we allow multiple login to the system.
However, we encounter a problem. When there are two or more people login the same account, they can input data and do the query in their computer. But, when one of them logouts the account, all others will also be logout and their inputted data (still have not updated to server) are lost.
Is there any methods to solve it? Can cflogout only logout one session? not kill all sessions (login with the same account)?
