CodeIgniter Forums
Using Native Session Library - 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: Using Native Session Library (/showthread.php?tid=66204)



Using Native Session Library - abhishekarora1028 - 09-20-2016

Hi, 

I need help in sorting out the session issue with codeigniter version '3.0.2'

I was facing issue while login in some browsers and in some systems, so I used the native session library and placed it in application/libraries by extending the core session library in it.

However still the issue remains in some systems and when I check the debug log it seems that native session library is not being used and instead its showing me Session class already loaded. Second attempt ignored. 

I have attached by native session class here.


RE: Using Native Session Library - mwhitney - 09-26-2016

You would be better off removing the library and attempting to track down the cause of the problems you were seeing when using the CI3 session library.

The CI3 library is a native session library, with a configurable custom storage handler.