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

Added the delete_cookie() function in order to help with the removal of ... #1120

Closed
wants to merge 7 commits into from

Commits on Mar 4, 2012

  1. Added the delete_cookie() function in order to help with the removal …

    …of cookies that might have been set. Although one can make use of the set_cookie() function and pass an 0 via the expire field, this is a simpler method
    jc1arke committed Mar 4, 2012
    Configuration menu
    Copy the full SHA
    386c3ec View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2012

  1. Changed the format of the core Input class to conform to CI standards…

    …, as well as changed the cookie_helper to make use of the new delete_cookie function in the core Input controller
    jc1arke committed Mar 5, 2012
    Configuration menu
    Copy the full SHA
    079c419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80de93f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2012

  1. Configuration menu
    Copy the full SHA
    fecabd9 View commit details
    Browse the repository at this point in the history
  2. Changed the helper function to only have a single parameter as oppose…

    …d to the 4 parameters as current as there is no more need for the other 3
    jc1arke committed Mar 6, 2012
    Configuration menu
    Copy the full SHA
    4f83a0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    640212c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2012

  1. Configuration menu
    Copy the full SHA
    19fb1d7 View commit details
    Browse the repository at this point in the history