I was using MobilePress to serve up streamlined pages for people on mobile devices. Somehow today I got my mobile pages cached. Obviously it's an easy fix, turn of MobilePress and flush the cache, but I'd like to have both working.
Is there a way to tell WP-S-C not to cache for mobile pages?
Bump - Should I turn on 'for mobile devices'?
You can add those user agents to the rejected user agents textarea but the better way is to turn on support for mobile devices as you've guessed.
How does that work? I mean, mobile device support seemed pretty vague to me. Is it 'Don't cache if visited by a mobile page'?
Of course, if I'd googled right, I'd have found this...
http://heisel.org/blog/2009/02/22/wp-super-cache-and-mobile-press-two-great-tastes/
You should read my old post on the subject. The dev code in that post is now in the official release - http://ocaoimh.ie/go-mobile-with-supercache/
The plugin creates a separate cache file for each mobile device for max flexibility.
Enlightened and resolved :)