Session Component not available in CakePHP 3.4.7

most of the answer to this is here https://github.com/cakephp/cakephp/issues/2560 and why they didnt make component as facade? im not sure but probably because its additional pointless code when you can just do $session = $this->request->session();