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