![]() |
PHP7.x & login / session - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: PHP7.x & login / session (/showthread.php?tid=67306) |
PHP7.x & login / session - lanceal - 02-08-2017 Just working on some open source code & for some reason, when I patch it above 3.0.6, the login sequence breaks. What structural changes were done between 3.0.6 & 3.1.0 that might affect login sequences? RE: PHP7.x & login / session - skunkbad - 02-08-2017 I don't think it was until 3.1.2, but if you're using database sessions, the length of the ID field changed. |