Some question about Zend_Auth and Zend_Session

Posted by user1400 on Stack Overflow See other posts from Stack Overflow or by user1400
Published on 2010-04-04T06:08:45Z Indexed on 2010/04/04 6:13 UTC
Read the original article Hit count: 296

I want to Zend_Auth and Zend_Session to save user sessions and logins information

whats the easy and best way for implements following items:

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

Is there any special ZF or PHP API or library that can do the above?

thanks

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about zend-auth