![]() |
cache & session - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: cache & session (/showthread.php?tid=12689) |
cache & session - El Forum - 10-28-2008 [eluser]szazman[/eluser] hi i have language name in session eg. $newdata = array( 'username' => 'johndoe', 'email' => '[email protected]', 'logged_in' => TRUE 'lang' => 'en' ); $this->session->set_userdata($newdata); I would like to use cache but when i use caching i can change the language only after cache expires. How to make caching all languages and read only the one that exists in session??? cache & session - El Forum - 10-28-2008 [eluser]szazman[/eluser] i also use freakauth for logging so another problem is how to use caching for logged or not logged users |