-
Improvement
-
Resolution: Duplicate
-
Major
-
None
-
2.0, 2.6.2, 2.8.3
-
MOODLE_20_STABLE, MOODLE_26_STABLE, MOODLE_28_STABLE
The problem is that we keep copy of role permissions in each session which is a waste of db badnwidth, instead we could keep it in serialised file or shared memory. All we need in session is a list of users roles, the rest is the same for all users.
- will be (partly) resolved by
-
MDL-49398 Role definition caching & accesslib refactoring
-
- Closed
-