![]() |
[split] CodeIgniter 3.0 RC2 - 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: [split] CodeIgniter 3.0 RC2 (/showthread.php?tid=982) |
[split] CodeIgniter 3.0 RC2 - rejoan - 02-03-2015 Session library http://www.codeigniter.com/userguide3/libraries/sessions.html documentation should update for long poll (comet technology) ajax application. details http://forum.codeigniter.com/thread-957.html RE: [split] CodeIgniter 3.0 RC2 - Narf - 02-03-2015 A note about this may be added, but that would be just a tip. In fact, a suggestion to use session_write_close() already exists, although only under the database driver section (for reasons other than ajax usage). It's not a "huge problem" like your original thread is titled, nor an issue at all. Comet is not an easy thing to do right, and neither are sessions - the more complex stuff you deal with, the more details you have to have in mind. RE: [split] CodeIgniter 3.0 RC2 - Narf - 02-04-2015 https://github.com/bcit-ci/CodeIgniter/commit/eccac6e6a73a4d1a5b40f383ce64359c2c94ae12 |