09-20-2016, 02:34 PM
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.
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.