Zend Framework 2 is not letting me use orginal PHP session. I am using Responsive File Manager Application that is in public folder of zend framework 2. Whenever the dialog of file manager opens, I get following error.
Warning: Class __PHP_Incomplete_Class has no unserializer in E:\xampp\htdocs\MantissaAdmin\public\ResponsiveFilemanager\filemanager\config\config.php on line 2
Where on line 2, the code is
session_start();
How can I make it so that Zend framework 2 do not interfere with the file manager session.