CakePHP: clear setFlash() message if back button is used
CakePHP makes the basic CRUD workflow pretty easy to achieve. However, the following situation arose with setFlash() in the CakePHP application I was building at work: I have a page which list…