Zend_Auth と Zend_Session でユーザー セッションとログイン情報を保存したい
次の項目を実装するための簡単で最良の方法は何ですか:
1-Disallow multiple concurrent logins for the specific user
2-List all of all user currently logged in
3-Admin could logout of specific user or destroy specific session
上記を実行できる特別な ZF または PHP API またはライブラリはありますか?
ありがとう