質問編集履歴
1
fix typo
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,13 +16,13 @@
|
|
16
16
|
|
17
17
|
set-cookie: EXAMPLE-COOKIE=xxxxxxxxxxx; path=/; secure; HttpOnly
|
18
18
|
|
19
|
-
set-cookie: example-cookie[
|
19
|
+
set-cookie: example-cookie[id]=yyyyyyy; path=/; secure; httponly
|
20
20
|
|
21
21
|
```
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
上記2つのCookieを受け取り e
|
25
|
+
上記2つのCookieを受け取り example.com/input へリダイレクトすると、正しいコンテンツが表示されますが、
|
26
26
|
|
27
27
|
Cookieを正常にSet出来ない場合は正しくコンテンツが表示されない仕様です。
|
28
28
|
|