Changes between Initial Version and Version 1 of iPeerSecurity
- Timestamp:
- 2010-05-31T19:54:56Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerSecurity
v1 v1 1 == iPeer Security == 2 3 === Overview === 4 The stats for the logged in user are kept inside the rdAuth object. This object is stored into the session on login with `rdAuth->setFromData()`, and loaded on by the parent class AppController with `$this->rdAuth->loadFromSession()` in `checkAccess()`.