Skip to content

Commit b5c92e7

Browse files
committed
Added a mention to sameSite cookie option
1 parent 7a8e74a commit b5c92e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/browser_kit.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ retrieve any cookie while making requests with the client::
138138
$expires = $cookie->getExpiresTime();
139139
$path = $cookie->getPath();
140140
$domain = $cookie->getDomain();
141+
$sameSite = $cookie->getSameSite();
141142

142143
.. note::
143144

0 commit comments

Comments
 (0)