mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00: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 {
|
class Session {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var $timeout Set session timeout
|
* @var $timeout Set session timeout in seconds.
|
||||||
* @config
|
* @config
|
||||||
*/
|
*/
|
||||||
private static $timeout = 0;
|
private static $timeout = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user