Logout Session

Hello All,

I do have a logout problem, the problem was when yii webapplication1 logouts other yii webapplications that resides in the same server logouts.

How can I make it in a specific applications only?

Thanks.

You mean other users are logged out? Or the same login credentials are used among different webapps?


Yii::app()->user->logout(false);