If you have ever attempted to use the SplashScreen plugin for WordPress with WP-SuperCache, you may have run into issues with WP-SuperCache caching the splash screen and not letting users past it.
There is a quick and simple fix for this, in your template file for what to display on the splash page, put the following code just before the </body> tag:
<?php define ("DONOTCACHEPAGE",1); ?>
This will tell WP-SuperCache not to cache the page and will let the site operate as normal.
Stuart
