|
@@ -233,8 +233,8 @@ |
|
|
block discarded – undo |
|
233
|
233
|
session_name($sessionName); |
|
234
|
234
|
} |
|
235
|
235
|
|
|
236
|
|
- $ttl = (int)$this->config->get('ttl'); |
|
237
|
|
- $lifetime = (int)$this->config->get('cookie.lifetime'); |
|
|
236
|
+ $ttl = (int) $this->config->get('ttl'); |
|
|
237
|
+ $lifetime = (int) $this->config->get('cookie.lifetime'); |
|
238
|
238
|
$path = $this->config->get('cookie.path'); |
|
239
|
239
|
$domain = $this->config->get('cookie.domain'); |
|
240
|
240
|
$secure = $this->config->get('cookie.secure'); |
Please login to merge, or discard this patch.