CodeIgniter Forums
What is the reason to deny persistent connections? - 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: What is the reason to deny persistent connections? (/showthread.php?tid=62054)



What is the reason to deny persistent connections? - katz - 06-05-2015

I did a bit of searching on the matter, but all I could find was that it's just not allowed for some reason, when it worked just fine in 2.2.

I'm interested in finding-out what the technical reason is for disallowing persistent database connections in the current release.

I recall in 2.2 there was an issue with sess_write(), that resulted in writing too many Set-Cookie headers and it made our reverse-proxy error-out. Is it a related problem? Not sure if that's still the case, because I'm in no hurry to upgrade that project to 3.0 without the customer requesting it.