@@ -233,7 +233,7 @@ |
||
| 233 | 233 | session_name($sessionName); |
| 234 | 234 | } |
| 235 | 235 | |
| 236 | - $lifetime = (int)$this->config->get('cookie.lifetime'); |
|
| 236 | + $lifetime = (int) $this->config->get('cookie.lifetime'); |
|
| 237 | 237 | $path = $this->config->get('cookie.path'); |
| 238 | 238 | $domain = $this->config->get('cookie.domain'); |
| 239 | 239 | $secure = $this->config->get('cookie.secure'); |