Yii::app()->session->destroySession ( $_GET [ 'id' ] );
where $_GET [ 'id' ] is the session id but that doesn't do anything since the session data is recreated in the db. How do I logout a user knowing his session id?
Posted 10 October 2009 - 11:13 PM
Yii::app()->session->destroySession ( $_GET [ 'id' ] );
Posted 11 October 2009 - 07:55 AM
Posted 11 October 2009 - 11:02 AM
Ismael, on 11 October 2009 - 07:55 AM, said:
Posted 14 October 2009 - 08:44 AM
manilodisan, on 11 October 2009 - 11:02 AM, said:
$user->amIKilled = true;