File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/internal/Magento/Framework/Session Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ class Config implements ConfigInterface
29
29
const PARAM_SESSION_CACHE_LIMITER = 'session/cache_limiter ' ;
30
30
31
31
/** Configuration path for session garbage collection probability */
32
- const PARAM_SESSION_GC_PROBABILITY = 'session/gc_probability ' ;
32
+ private const PARAM_SESSION_GC_PROBABILITY = 'session/gc_probability ' ;
33
33
34
34
/** Configuration path for session garbage collection divisor */
35
- const PARAM_SESSION_GC_DIVISOR = 'session/gc_divisor ' ;
35
+ private const PARAM_SESSION_GC_DIVISOR = 'session/gc_divisor ' ;
36
36
37
37
/**
38
38
* Configuration path for session garbage collection max lifetime.
39
39
* The number of seconds after which data will be seen as 'garbage'.
40
40
*/
41
- const PARAM_SESSION_GC_MAXLIFETIME = 'session/gc_maxlifetime ' ;
41
+ private const PARAM_SESSION_GC_MAXLIFETIME = 'session/gc_maxlifetime ' ;
42
42
43
43
/** Configuration path for cookie domain */
44
44
const XML_PATH_COOKIE_DOMAIN = 'web/cookie/cookie_domain ' ;
You can’t perform that action at this time.
0 commit comments