$this, 'id' => str_repeat( 'x', 32 ), ] ); } /** * Yes we will treat your data with great care! * @return bool */ public function persistsSessionId() { return true; } /** * Sure, you can be whoever you want, as long as you have ID 0 * @return bool */ public function canChangeUser() { return true; } public function persistSession( SessionBackend $session, WebRequest $request ) { } public function unpersistSession( WebRequest $request ) { } }