in reply to "stale data": mysql, ima-dbi, modperl, mason

UPDATE: Put this line in the init block of your top level autohandler

$r->no_cache(1);

this will ensure your page is not cached by browsers and proxy servers. (this is recipe 3.10 in the mod_perl cookbook)