mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Add a note on the unit of the Session.timeout.
This commit is contained in:
parent
09ca497b36
commit
53a2dbd207
@ -86,7 +86,7 @@
|
||||
class Session {
|
||||
|
||||
/**
|
||||
* @var $timeout Set session timeout
|
||||
* @var $timeout Set session timeout in seconds.
|
||||
* @config
|
||||
*/
|
||||
private static $timeout = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user