Revision #5 has been created by Rohit Suthar on Jan 7, 2015, 11:28:59 AM with the memo:
updated codes
« previous (#4)
Changes
Title
unchanged
Google style sign out of all other sessions
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
login, muti-login, mutiple login, Logout, signout all, ActiveSession, CWebUser, CBehavior, active record, IP, getUserHostAddress, getUserAgent
Content
changed
[...]
```php
// application components
'user'=>array(
'class'=>'WebUser',
// enable cookie-based authentication
'allowAutoLogin'=>true,
'loginUrl' => array('site/login'), //login page url
),
```[...]