The login web page must NOT be cached by the web browsers

SVN:trunk[2880]
This commit is contained in:
Romain Quetiez
2013-10-08 08:28:25 +00:00
parent 4f4ceeadc6
commit 7017bbf88b

View File

@@ -51,6 +51,7 @@ class LoginWebPage extends NiceWebPage
{
parent::__construct($sTitle);
$this->SetStyleSheet();
$this->add_header("Cache-control: no-cache");
}
public function SetStyleSheet()