Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc5e9ffc

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 optionThisfixes#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 parents1d96829 +b5c92e7 commitc5e9ffc

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)

[8]ページ先頭

©2009-2025 Movatter.jp