Warning: session_start(): open(/var/lib/php/sessions/sess_85n8446fddfjma5v1vtlm7sgge, 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 new ThreadLocal thoughtSpace_byThread;
// get for current thread
static ThoughtSpace thoughtSpace() {
ret thoughtSpace_byThread!;
}
// set for current thread
static ThoughtSpace thoughtSpace(ThoughtSpace ts) {
thoughtSpace_byThread.set(ts);
ret ts;
}