Hola wanamingo2, según la documentación no se almacena Caché utilizando
$.post (Pages fetched with POST are never cached, so the cache and ifModified options in jQuery.ajaxSetup() have no effect on these requests.)
El problema es en el PHP, en ordenar.php intenta con:
Código PHP:
Ver originalheader("Expires: Tue, 03 Jul 2001 06:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false);