jQuery clear cache on logout

Viewed 15986

When users logout from my mobile app, how can I make sure the cache is cleared?

What I'm thinking about is to redirect /logout to a specific page that clears the cache and redirects to the front page, but how do I clear everything from the cache?

I'm using jQuery Mobile 1.0b2pre.

3 Answers
Related