Merge pull request #2132 from mateusz/note

Add a note on the unit of the Session.timeout.
This commit is contained in:
Ingo Schommer 2013-06-20 16:00:40 -07:00
commit e908613c47

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;