Files
yii/framework/web/auth/CWebUser.php
François Gannaz e45af0fba0 Issue 1792: clear CWebUser access cache on logout
Closes issue #1792 "Control Access still persists after logout".

CWebUser::checkAccess() uses an internal cache that wasn't emptied on
logout. This created wrong access permissions when 2 identities were
used in a single application run.
2012-12-06 13:50:21 +01:00

27 KiB