質問するログイン新規登録

質問編集履歴

1

2019/03/10 13:48

投稿

pecchan
pecchan

スコア592

title CHANGED
File without changes
body CHANGED
@@ -22,7 +22,7 @@
22
22
  public function contact()
23
23
  {
24
24
  $token= $this->_getToken();
25
- $this->Session->write('contact_token', $token);
25
+ $this->Session->write('token', $token);
26
26
  $this->set('token', $token); //ここでエラー
27
27
  $this->render('confirm');
28
28
  }