Warning: session_start(): open(/var/lib/php/sessions/sess_o14n8ph31tp1aokr7fiq9db96h, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static bool syncRemove(Collection c, A b) { if (c == null) false; synchronized(collectionMutex(c)) { ret c.remove(b); } } static B syncRemove(Map c, A key) { ret map == null ? null : map.remove(key); }