CodeIgniter Forums
CI_Session_database_driver class - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: CI_Session_database_driver class (/showthread.php?tid=67267)



CI_Session_database_driver class - aaldhahe - 02-02-2017

Hello everyone, I am having a problem and would like to seek some help. I am debugging an existing CI application with phpstorm. I have a redirect(controller_class) statement to another controller class, and as I debug through the process I am being stopped at the function close() return statement in /system/libraries/Session/drivers/Session_database_driver.php. I am not being able to go to the controller with the redirect() method. 

Thanks in advance