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
2929 const PARAM_SESSION_CACHE_LIMITER = 'session/cache_limiter ' ;
3030
3131 /** 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 ' ;
3333
3434 /** 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 ' ;
3636
3737 /**
3838 * Configuration path for session garbage collection max lifetime.
3939 * The number of seconds after which data will be seen as 'garbage'.
4040 */
41- const PARAM_SESSION_GC_MAXLIFETIME = 'session/gc_maxlifetime ' ;
41+ private const PARAM_SESSION_GC_MAXLIFETIME = 'session/gc_maxlifetime ' ;
4242
4343 /** Configuration path for cookie domain */
4444 const XML_PATH_COOKIE_DOMAIN = 'web/cookie/cookie_domain ' ;
You can’t perform that action at this time.
0 commit comments