Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in session FileHandler and BaseHandler #152

Closed
arma7x opened this issue Jul 10, 2016 · 2 comments
Closed

Error in session FileHandler and BaseHandler #152

arma7x opened this issue Jul 10, 2016 · 2 comments

Comments

@arma7x
Copy link
Contributor

arma7x commented Jul 10, 2016

  1. Constructor should override parent for passing config https://github.com/bcit-ci/CodeIgniter4/blob/develop/system/Session/Handlers/FileHandler.php#L80:
    parent::__construct($config);
  2. Typo in https://github.com/bcit-ci/CodeIgniter4/blob/develop/system/Session/Handlers/BaseHandler.php#L118
    $this->cookieDomain = $config->cookoieDomain;
@ridho1991
Copy link
Contributor

I fixed $config->cookoieDomain, and pull request #153 submitted. I hope it merged soon. thx

@lonnieezell
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants