Add a note on the unit of the Session.timeout.

This commit is contained in:
Mateusz Uzdowski 2013-06-21 10:56:00 +12:00
parent 09ca497b36
commit 53a2dbd207

View File

@ -86,7 +86,7 @@
class Session {
/**
* @var $timeout Set session timeout
* @var $timeout Set session timeout in seconds.
* @config
*/
private static $timeout = 0;