[0005209] Reports: fixed broken reports after session timeout.
[fa-stable.git] / includes / session.inc
index 21c402e0033284c54b7ce832efe32acc8256a451..71206521fda2bd2d89471b85e868862fed4b4e99 100644 (file)
@@ -561,7 +561,7 @@ if (!defined('FA_LOGOUT_PHP_FILE')){
                        {
                                // in case of GET request redirect to avoid confirmation dialog 
                                // after return from menu option
-                               header("HTTP/1.1 303 See Other");
+                               header("HTTP/1.1 307 Temporary Redirect");
                                header("Location: ".$_SESSION['timeout']['uri']);
                                exit();
                        }