I'm configuring my v1.9.0.1 site to use REDIS for session storage. I've enabled the module by setting active to true in module XML. What I've found though is that the module is not used when the magento config cache is enabled in cache management. The sessions are being saved in Core_Session. As soon as I disable the config cache, my session is lost and I have to login the admin site again. I can then see that the session information is being written to REDIS instead of the database.
There are no errors being thrown and the redis_session log is not written too unless the config cache is disabled. Weird!
Anyone got any ideas?
Thanks.
P.S. Sessions are stored to redis if I disable memcache for 1st level caching.