Welcome Guest, Not a member yet? Register   Sign In
Using Native Session Library
#1

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.

Attached Files
.php   MY_Session.php (Size: 7.29 KB / Downloads: 191)
Reply
#2

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.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB