Try with insecure cookie
This commit is contained in:
parent
ae97fec519
commit
a70dc1a1f9
|
|
@ -102,7 +102,7 @@ class CookieComponent extends Object {
|
|||
* @var boolean
|
||||
* @access public
|
||||
*/
|
||||
var $secure = true;
|
||||
var $secure = false;
|
||||
/**
|
||||
* Encryption key.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue