質問編集履歴

2

質問文変更

2018/04/10 08:01

投稿

nnahito
nnahito

スコア2004

test CHANGED
File without changes
test CHANGED
@@ -156,6 +156,8 @@
156
156
 
157
157
  これは、なぜなのでしょうか?
158
158
 
159
+ 私のやり方が間違っているのでしょうか?
160
+
159
- ご存じの方がいらしゃましたら、ご教示いただけますと幸いです。
161
+ もし間違いたら、その方法をご教示いただけますと幸いです。
160
162
 
161
163
  よろしくお願いいたします。

1

追加

2018/04/10 08:01

投稿

nnahito
nnahito

スコア2004

test CHANGED
File without changes
test CHANGED
@@ -74,6 +74,52 @@
74
74
 
75
75
 
76
76
 
77
+ なお、一番最後の$cookiesをdebugすると以下のように表示されているので書き込めている気がします。
78
+
79
+
80
+
81
+ ```
82
+
83
+ object(Cake\Http\Cookie\CookieCollection) {
84
+
85
+ [protected] cookies => [
86
+
87
+ 'is_finish;;/' => object(Cake\Http\Cookie\Cookie) {
88
+
89
+ [protected] name => 'IS_FINISH'
90
+
91
+ [protected] value => 'TRUE'
92
+
93
+ [protected] isExpanded => false
94
+
95
+ [protected] expiresAt => object(DateTime) {
96
+
97
+ date => '2019-04-10 07:54:54.000000'
98
+
99
+ timezone_type => (int) 2
100
+
101
+ timezone => 'GMT'
102
+
103
+ }
104
+
105
+ [protected] path => '/'
106
+
107
+ [protected] domain => ''
108
+
109
+ [protected] secure => false
110
+
111
+ [protected] httpOnly => false
112
+
113
+ }
114
+
115
+ ]
116
+
117
+ }
118
+
119
+ ```
120
+
121
+
122
+
77
123
  ---
78
124
 
79
125