You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use, simply define a scopeMembersOnline() scope method for your User model and plug the component into your config as such:
'components' =>
...
'SessionManager' => array(
'class' => 'path.to.the.component',
),
...
),
About
Component to parse YiiSession table for unique, active user sessions and active guest sessions