![]() |
is there any known bug in session lib of codeigniter 2.1.0 ? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: is there any known bug in session lib of codeigniter 2.1.0 ? (/showthread.php?tid=58212) |
is there any known bug in session lib of codeigniter 2.1.0 ? - El Forum - 05-24-2013 [eluser]Unknown[/eluser] hi im working on a website which is created with CI 2.1.0. the thing i've notice is sometimes when i reload a page couple of time or open couple of pages very fast i get logged out . this website is using a lib called Ion_authand for identifications Code: public function logged_in() is there a bug or something that i should know about ? Code: $config['sess_cookie_name'] = 'cisession'; |