moodle/lib/classes/session
Trisha Milan e52fbd2f84 MDL-66151 Performance: Session Manager modularisation
Storage of session metadata has moved into the session handler class.
This allows for other classes to fully control session handling and
removes the dependancy on the core sessions database table.

Previously, the standard method of interaction with the
session metadata was direct DB calls; this may break other plugins as there
are now proper APIs available through the session manager.

Co-authored-by: Darren Cocco <moodle@darren.cocco.id.au>
Co-authored-by: Trisha Milan <trishamilan@catalyst-au.net>
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2024-09-03 13:04:04 +10:00
..
utility MDL-81405 session: New core cookie helper utility class 2024-04-06 12:20:59 +02:00
database.php MDL-66151 Performance: Session Manager modularisation 2024-09-03 13:04:04 +10:00
exception.php
external.php MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
file.php MDL-66151 Performance: Session Manager modularisation 2024-09-03 13:04:04 +10:00
handler.php MDL-66151 Performance: Session Manager modularisation 2024-09-03 13:04:04 +10:00
manager.php MDL-66151 Performance: Session Manager modularisation 2024-09-03 13:04:04 +10:00
memcached.php MDL-66151 Performance: Session Manager modularisation 2024-09-03 13:04:04 +10:00
redis.php MDL-66151 Performance: Session Manager modularisation 2024-09-03 13:04:04 +10:00