
Recently, writing a plain Roda app, I was facing a caching problem. I had a list and a detail page and whenever there was a list item clicked on I was using the flash plugin to maintain the item selected and highlighting the item when the list page was loaded.
However, on navigating back via the browser button, the cached page was showing up and the highlight would be on the previous selected item or not there at all.
Continue reading