Component class SessionComponent could not be found

.Component class SessionComponent could not be found.
Cake\Controller\Exception\MissingComponentException

CakePHP 3.x dose not have a default SessionComponent Here i asked same Question few days ago.

But you can implement your own Custom Session Handler

Thank You

You can access the session through $this->request->session().