hi
am trying to delete the browser cookie PHPSESSID on logout using the following code
unset(Yii::app()->request->cookies['PHPSESSID']);
Yii::app()->request->cookies->clear();
but the cookie stays there even after this, is there any other way to clear these cookies?
regards
charles