I'm facing several challenges building a web app with cache manifest.
My challenge is dealing with dynamic content. If a user logs out and logs back into the app with a different account, how can I deal with reloading the cached files to display the information relevant to the users account?
Is it possible to force reset/reload the cache manifest? Documentation appears to be slim.
I'm building the app on jQuery Mobile and Codeigniter.