I’m having some issues with Codeigniter flashdata. Everything seems to be working in Firefox, but in Chrome (and my mobile BB browser, FWIW) it seems as if no flashdata is persisting between pages. I should note also that everything is ok when I work locally, even in Chrome. But on the production site in chrome, flashdata doesn’t persist.
I’ve spent the better part of the evening researching the issue, but no other threads/ideas seem to do the trick. There are no 404s that could be interfering.
Would greatly appreciate any help.
Thanks!
Fixed it! There was some weird stuff going on with certain browsers looking for our favicon in such a way that our MY_controller was being called twice on every request (i.e. the browser’s looking for our favicon was being interpreted as an action call). Very strange stuff, took forever to debug and figure it out but very gratifying once I did. Hope this helps anyone who encounters the same sort of issue.