@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | * |
94 | 94 | * @codeCoverageIgnore |
95 | 95 | */ |
96 | - private function startAppSession() { |
|
96 | + private function startAppSession() { |
|
97 | 97 | //$_SESSION is not available on cli mode |
98 | 98 | if (!IS_CLI) { |
99 | 99 | //set session params |
@@ -143,7 +143,7 @@ discard block |
||
143 | 143 | * @codeCoverageIgnore |
144 | 144 | */ |
145 | 145 | private function setAppSessionConfig() { |
146 | - //the default is to store in the files |
|
146 | + //the default is to store in the files |
|
147 | 147 | $sessionHandler = $this->config->get('session_handler', 'files'); |
148 | 148 | $this->logger->info('Session handler: ' . $sessionHandler); |
149 | 149 | if ($sessionHandler == 'files') { |