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

fix: session cookie name bug #6091

Merged
merged 2 commits into from
Jun 7, 2022

Commits on Jun 7, 2022

  1. fix: Cookie class option prefix bug

    When option prefix is '0', it is not set correctly.
    kenjis committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    558f97b View commit details
    Browse the repository at this point in the history
  2. fix: session cookie name has cookie config prefix

    The config prefix should be ignored.
    > the Config\Cookie::$prefix setting is completely ignored.
    > https://codeigniter.com/user_guide/libraries/sessions.html#session-preferences
    kenjis committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    026ac22 View commit details
    Browse the repository at this point in the history