Skip to content

delete cookie not working #2700

Description

@mojifier

I set cookie with set_cookie method with testCookie name.

dd

now i need to delete this cookie and test two method:

    helper('cookie');
    // using delete_cookie
    delete_cookie('testCookie');
    
    //using response deleteCookie
    $this->response->deleteCookie('testCookie');

But in action both methods not working and not deleted.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions