CodeIgniter Forums
[split] CodeIgniter 3.0.3 Released - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: [split] CodeIgniter 3.0.3 Released (/showthread.php?tid=63723)



[split] CodeIgniter 3.0.3 Released - wladson.lima - 12-02-2015

hi guys. how to create table ci_sessions on sql server? i'm used ci 3.0.3.

tks for help me.


RE: [split] CodeIgniter 3.0.3 Released - PaulD - 12-21-2015

http://www.codeigniter.com/user_guide/libraries/sessions.html#database-driver - just scroll down a tiny bit and the sql is there.


RE: [split] CodeIgniter 3.0.3 Released - Narf - 12-22-2015

(12-21-2015, 10:17 AM)PaulD Wrote: http://www.codeigniter.com/user_guide/libraries/sessions.html#database-driver - just scroll down a tiny bit and the sql is there.

And right after the SQL, there's this:

Quote:Only MySQL and PostgreSQL databases are officially supported, due to lack of advisory locking mechanisms on other platforms. Using sessions without locks can cause all sorts of problems, especially with heavy usage of AJAX, and we will not support such cases. Use session_write_close() after you’ve done processing session data if you’re having performance issues.