# |
Apr 5th 2019, 11:22 |
val |
Hi, what would be the best place to call `ConnectionManager::alias('test', 'default');` when using standalone ORM? https://github.com/cakephp/orm |
# |
Apr 5th 2019, 10:58 |
HD |
tamne cakephp aavde che |
# |
Apr 5th 2019, 10:58 |
HD |
OKAY |
# |
Apr 5th 2019, 10:57 |
HD |
HI |
# |
Apr 5th 2019, 10:48 |
asdfgh |
done! good |
# |
Apr 5th 2019, 10:43 |
asdfgh |
ok |
# |
Apr 5th 2019, 10:43 |
asdfgh |
there is a key |
# |
Apr 5th 2019, 10:41 |
asdfgh |
EncryptedCookieMiddleware |
# |
Apr 5th 2019, 10:41 |
asdfgh |
that encrypt |
# |
Apr 5th 2019, 10:40 |
asdfgh |
neon1024 no i said a stupid thing...the problem is the middlware |
# |
Apr 5th 2019, 10:40 |
neon1024 |
No. |
# |
Apr 5th 2019, 10:40 |
asdfgh |
neon1024 so creating a similar cookie class that accept the key as parameter |
# |
Apr 5th 2019, 10:36 |
neon1024 |
Although you’d probably have to inject it into the Cookie class when it’s instantiated, or when you’re writing cookies |
# |
Apr 5th 2019, 10:36 |
neon1024 |
You could just do a new Configure::write() to create a new key for cookies |
# |
Apr 5th 2019, 10:35 |
asdfgh |
is it better to ask users to update their passwords? |
# |
Apr 5th 2019, 10:27 |
asdfgh |
*i have used |
# |
Apr 5th 2019, 10:25 |
asdfgh |
how can i create a custom encrypt key for cookie only ? |
# |
Apr 5th 2019, 10:25 |
asdfgh |
but i cannot change the salt (for the Auth component reason) |
# |
Apr 5th 2019, 10:25 |
asdfgh |
because i encrypt the cookie |
# |
Apr 5th 2019, 10:25 |
asdfgh |
dereuromark last thing...i have using an old security salt...now i get Invalid key for encrypt(), key must be at least 256 bits (32 bytes) long. |
# |
Apr 5th 2019, 10:25 |
asdfgh |
ok |
# |
Apr 5th 2019, 10:23 |
dereuromark |
maybe there is withCookies()? |
# |
Apr 5th 2019, 10:23 |
dereuromark |
check if you can combine them somehow. |
# |
Apr 5th 2019, 10:23 |
asdfgh |
i do not like it too |
# |
Apr 5th 2019, 10:23 |
asdfgh |
? |
# |
Apr 5th 2019, 10:23 |
asdfgh |
dereuromark so basicaly if i have two cookie i must do $this->response = $this->response->withCookie(new Cookie(ONE)) and again $this->response = $this->response->withCookie(new Cookie(TWO)) |
# |
Apr 5th 2019, 10:20 |
dereuromark |
i dont like it either, but thats how the psr people wanted to have request and response |
# |
Apr 5th 2019, 10:20 |
dereuromark |
its called immutability |
# |
Apr 5th 2019, 10:18 |
asdfgh |
?? |
# |
Apr 5th 2019, 10:18 |
asdfgh |
$this->response = $response; |
# |
Apr 5th 2019, 10:18 |
asdfgh |
$response = $this->response->withCookie($cookie); |
# |
Apr 5th 2019, 10:18 |
asdfgh |
is there any sense of doing: |
# |
Apr 5th 2019, 10:16 |
asdfgh |
then should i add that response to the reponse of the controller? |
# |
Apr 5th 2019, 10:15 |
asdfgh |
guys $response = $this->response->withCookie($cookie); |
# |
Apr 5th 2019, 10:08 |
neothermic |
https://book.cakephp.org/2.0/en/core-libraries/caching.html#using-groups however, I suspect this might not affect us as we don't seem to use groups :slightly_smiling_face: |
# |
Apr 5th 2019, 10:08 |
neon1024 |
Perhaps someone forgot to update the documentation? Tracking down the commit would shed some light no doubt |
# |
Apr 5th 2019, 10:08 |
neothermic |
its not even shown in the example configs |
# |
Apr 5th 2019, 10:08 |
neothermic |
it isn't, at all. |
# |
Apr 5th 2019, 10:08 |
neon1024 |
So it wouldn’t appear there |
# |
Apr 5th 2019, 10:07 |
neon1024 |
I always understood it to be in your cache configuration |
# |
Apr 5th 2019, 10:07 |
neothermic |
https://github.com/cakephp/cakephp/blob/2.x/lib/Cake/Console/Templates/skel/Config/core.php is void of the word `group` |