Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously ```php $page->setCookies([ \HeadlessChromium\Cookies\Cookie::create("session_false", "session_false", ["session" => false, "domain" => "example.com"]), \HeadlessChromium\Cookies\Cookie::create("session_true", "session_true", ["session" => true, "domain" => "example.com"]), ])->await(); ``` would create 2 cookies with session=true, but now it will create 1 cookie with session=false and 1 with session=true close GH-675
- Loading branch information