CodeIgniter Forums
CI 3 RC2 — Sessions — not regenerating - 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 3 RC2 — Sessions — not regenerating (/showthread.php?tid=996)



CI 3 RC2 — Sessions — not regenerating - Daniel - 02-04-2015

Issue:  Changing the value of $config['sess_time_to_update'] has no effect on when the session_id is regenerated.  It's seemingly never regenerated.

Tried a range of values - no change.  Session data is being stored successfully using the file system.


RE: CI 3 RC2 — Sessions — not regenerating - Narf - 02-05-2015

https://github.com/bcit-ci/CodeIgniter/commit/395f92882afada9701ab2384772ce331ae9b3f9d

Thanks for reporting it.


RE: CI 3 RC2 — Sessions — not regenerating - Daniel - 02-05-2015

Cheers. Tested, and session_id is now being regenerated as expected.