Welcome Guest, Not a member yet? Register   Sign In
Why query cache do not work?
#5

(This post was last modified: 09-14-2015, 10:29 AM by StratoKyke.)

(09-13-2015, 02:11 PM)InsiteFX Wrote: Did you try giving it a username, password and database name?

Obviously, the data have been removed ahah

(09-14-2015, 09:21 AM)mwhitney Wrote: You can't use the database driver for sessions on a database connection which has the cache enabled. So, you would either need to configure a second database connection with cache enabled to be used by the rest of your application, or selectively enable query caching when you want to use it, using $this->db->cache_on() / $this->db->cache_off().

Thanks for the reply Wink  I'll try to use cache_on and cache_off Wink
Reply


Messages In This Thread
Why query cache do not work? - by StratoKyke - 09-12-2015, 05:47 AM
RE: Why query cache do not work? - by StratoKyke - 09-13-2015, 10:19 AM
RE: Why query cache do not work? - by InsiteFX - 09-13-2015, 02:11 PM
RE: Why query cache do not work? - by StratoKyke - 09-14-2015, 10:28 AM
RE: Why query cache do not work? - by mwhitney - 09-14-2015, 09:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB