Skip to content

Commit

Permalink
Merge pull request #3 from phillipsdata/fix-option-use-cookies
Browse files Browse the repository at this point in the history
Fixed typo in setOptions().
  • Loading branch information
clphillips committed Mar 8, 2016
2 parents 28f2910 + b5333ee commit e7aad93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function setOptions(array $options)
$supportedOptions = ['save_path', 'name', 'save_handler',
'gc_probability', 'gc_divisor', 'gc_maxlifetime', 'serialize_handler',
'cookie_lifetime', 'cookie_path', 'cookie_domain', 'cookie_secure',
'cookie_httponly', 'use_strict_mode', 'use_cooies', 'use_only_cookies',
'cookie_httponly', 'use_strict_mode', 'use_cookies', 'use_only_cookies',
'referer_check', 'entropy_file', 'entropy_length', 'cache_limiter',
'cache_expire', 'use_trans_sid', 'hash_function', 'hash_bits_per_character',
'upload_progress.enabled', 'upload_progress.cleanup', 'upload_progress.prefix',
Expand Down

0 comments on commit e7aad93

Please sign in to comment.