From 53a2dbd20787cbd1ac486233a4b6c6cc072228b9 Mon Sep 17 00:00:00 2001 From: Mateusz Uzdowski Date: Fri, 21 Jun 2013 10:56:00 +1200 Subject: [PATCH] Add a note on the unit of the Session.timeout. --- control/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/Session.php b/control/Session.php index 20a9c3905..8c24d3ba5 100644 --- a/control/Session.php +++ b/control/Session.php @@ -86,7 +86,7 @@ class Session { /** - * @var $timeout Set session timeout + * @var $timeout Set session timeout in seconds. * @config */ private static $timeout = 0;