How do you delete sessions in the db based on user? 

I only want to allow each user to be logged in from 1 location at a time. 

So 1 user can not share their account info allowing multiple user access
under 1 account simultaneously.

 

So User1 logs in, another person (User2)logs in with User1 credentials then
delete all active sessions except for the last person who logged in. So when
User2 logs delete all other session(s) associated with User1 credentials.

 

Any ideas?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to