Welcome Guest, Not a member yet? Register   Sign In
cache & session
#1

[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???
#2

[eluser]szazman[/eluser]
i also use freakauth for logging
so another problem is how to use caching for logged or not logged users




Theme © iAndrew 2016 - Forum software by © MyBB