CakePHP'de bir çerez yazmaz

1 Cevap php

Ben CakePHP'de çerezleri yazma ile ilgili bir sorun var ve hatta ayıklama veya yerde de bir ipucu aramak için nasıl bilmiyorum.

Ben, çerez sadece oturum bileşenini kullanarak oluşturulan bir proje devralınan Tabii ben app_controller dolar bileşenleri dizi 'Cookie' eklenmiş ve beforeFilter bu koymak:

$this->Cookie->name = 'foo';
$this->Cookie->path = '/home/~nick'; 
$this->Cookie->domain = 'hostname';   
$this->Cookie->secure = false;  //i.e. only sent if using secure HTTPS
$this->Cookie->key = 'some key';

ve bazı eylem i kullanın:

$this->Cookie->write('key', 'value');

I access page by http://hostname/home/~nick/foo and actually try to put even something so silly. I doesn't work. I would be really gratefully for any clue where to search problem. Thanks!

1 Cevap

Sizin etki değeri çerez kullanılamaz hale muhtemelen yanlıştı. Geçerli etki o muhtemelen boş varsayılan bırakmak.