質問編集履歴
1
Set-Cookieの記述の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
TestId = Request.QueryString("testid")
|
56
56
|
|
57
|
-
Response.AddHeader "Set-Cookie", "testcookie=TestID=" & TestId & "; Secure; SameSite=none"
|
57
|
+
Call Response.AddHeader "Set-Cookie", "testcookie=TestID=" & TestId & "; Secure; SameSite=none"
|
58
58
|
|
59
59
|
```
|
60
60
|
|