I am just start working with CakePHP 3.4.7 latest version. When i am start making my own Components, i am totally strange about that CakePHP 2.x have separate Session Component which i can easily include in my component using $components = ['Session']
properties but this component is not available in CakePHP 3.4.7 latest version.
So what is the problem? is that core developers decide to remove this important component or anything else…?