Not only can you not have 2 concurrent logins into a single coldfusion application, you can't have logins into 2 separate coldfusion applications that happen to share the same domain. This seems to be an undocumented change since CF10. If you are logged into www.example.com/app1 and log into www.example.com/app2, coldfusion will log you out of app1.
↧