this post requires basic understanding about yii framework's authentication and authorization. while researching about using php session variable to keep persistent data in a yii-based project, i came across this thread that discussed security implicat… more »
Tags: session
yii: where to set session name
want to use standard php session instead of database-managed session (with CDbHttpSession) nor customize (extending) CHttpSession? in yii, php session is accessed with CHttpSession. it uses PHPSESSID as the default session name. there's setSessionNam… more »