The problem is simple, but yet annoying. I use database sessions in Codeigniter, and I have many DB requests so I use database caching too.
I really like the flashdata feature, but it seems like it has an issue with the database caching.
The flashdata when it's set it won't disappear until the database cache expires.
I searched, but I didn't found any working solutions for this problem.
I really do not want to switch to native session handling, so anyone knows how to disable flashdata caching?