0
votes

I have worked with Codeigniter 2.1.0 and it has a bug in the session library. With reiterated ajax calls the session expires automatically. There is a fix for this problem, but i have some troubles with it.

I would like to know if in the latest version of Codeigniter (2.1.4) this problem was fixed by Ellislab or it still exists.

1
It would probably make more sense to be asking this question/searching in the Codeigniter forum ellislab.com/forums/viewforum/49 - kevindeleon

1 Answers

0
votes

i had this problem

Is there any known bug in the session library of CodeIgniter 2.1.0? Why do I get kicked out?

it's still kinda buggy ! but ajax problem ahs been solved just remmember to put long sess_expiration , sess_time_to_update in your config .... mine are 86400 and 86500