Skip to content

Commit

Permalink
oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Dec 17, 2014
1 parent 69fbf19 commit deadf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Phalcon/Session/Adapter/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function __construct($options = null)
}

if (isset($options['cookie_secure'])) {
ini_set('session.cookie_lifetime', $options['cookie_secure']);
ini_set('session.cookie_secure', $options['cookie_secure']);
}

parent::__construct($options);
Expand Down

0 comments on commit deadf8a

Please sign in to comment.