Skip to content

Commit c5e9ffc

Browse files
committed
feature #7195 Added a mention to sameSite cookie option (javiereguiluz)
This PR was merged into the 3.2 branch. Discussion ---------- Added a mention to sameSite cookie option This fixes #7179. We don't explain any cookie option, so it's enough to just mention this new method in the code sample. Commits ------- b5c92e7 Added a mention to sameSite cookie option
2 parents 1d96829 + b5c92e7 commit c5e9ffc

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)