diff options
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/default.html | 1 | ||||
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/login.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/default.html b/openo-portal/portal-common/src/main/webapp/common/default.html index aa82dfd3..958b4483 100644 --- a/openo-portal/portal-common/src/main/webapp/common/default.html +++ b/openo-portal/portal-common/src/main/webapp/common/default.html @@ -20,6 +20,7 @@ <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="pragma" content="no-cache"/> + <meta http-equiv="cache-control" content="no-cache, no-store, max-age=0, must-revalidate"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="" name="description"/> <meta content="" name="author"/> diff --git a/openo-portal/portal-common/src/main/webapp/common/login.html b/openo-portal/portal-common/src/main/webapp/common/login.html index 67ad3a8f..5cc1b782 100644 --- a/openo-portal/portal-common/src/main/webapp/common/login.html +++ b/openo-portal/portal-common/src/main/webapp/common/login.html @@ -20,6 +20,7 @@ <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="pragma" content="no-cache"/> + <meta http-equiv="cache-control" content="no-cache, no-store, max-age=0, must-revalidate"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="" name="description"/> <meta content="" name="author"/> |