CodeIgniter Forums
CI 1.7.2 adding session lib breaks app - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: CI 1.7.2 adding session lib breaks app (/showthread.php?tid=33493)



CI 1.7.2 adding session lib breaks app - El Forum - 08-27-2010

[eluser]Unknown[/eluser]
Hi all,
i just shifted to php 5.3 and CI 1.7.2 and every thing works fine till i dont enable the session library,as soon as this is done my app fails to load ,on digging in since i use db storage for sessions i decided to see what if any was the problem in connecting to the backend after removing @ from in front of the connection statements in the respective driver file(mysql) i get Fatal error: Maximum execution time of 30 seconds exceeded in C:\Users\adi\Mysites\logicnet\system\codeigniter\Common.php on line 383


any ideas on how to resolve this