Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Cache - Naming files and turning md5 off
#1

Page Caching

I heard that
Quote:they are hash md5($uri); of your URI. so its similar to controllername+function name but in a hashed format.

Why codeigniter hashes files named 

Code:
controller_name+function

 with md5? Is it necessary? Or security option? Even if, what does it secure and how?
And main question, Can I turn it off, to have files in cache folder named like 'controller+function' ? And how to achieve it?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB