Managing sessions in a "secure" application
Right now I'm working on securing part of a ColdFusion 9 site with some more robust security. I use the basic cflogin / cflogout system for handling logins that is described in most Adobe tutorials online.
What I'd like to do is the following:
- Be able to see what user has an active session (who is logged in)
- Log out a user remotely (say you want to ban someones account and have that happen immediately)
- Block accounts from having multiple sessions at once (i.e. no account sharing)
Are there any guides for this stuff? I read an article from a couple years ago that showed how to see who is logged in, but I think its probably out of date.
