The Session class uses unserialize in the read method, creating a PHP Object Injection risk if session files are modified (e.g., via insecure permissions). This could enable arbitrary code execution through the use of magic methods.
Probably better to use JSON serialization.