Error about secret_key - what does it do? #47
Answered
by
eapl-gemugami
sorenpeter
asked this question in
Q&A
-
What is the new secret_key in config.ini used for? |
Beta Was this translation helpful? Give feedback.
Answered by
eapl-gemugami
Jan 3, 2025
Replies: 2 comments 1 reply
-
It's being used to "encrypt" the persistent cookie for longer sessions, using HMAC technique: timeline/libs/persistent_session.php Line 73 in 8b13388 More info: https://en.wikipedia.org/wiki/HMAC |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eapl-gemugami
-
can we auto-generate such a secret with a installation script? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's being used to "encrypt" the persistent cookie for longer sessions, using HMAC technique:
timeline/libs/persistent_session.php
Line 73 in 8b13388
More info: https://en.wikipedia.org/wiki/HMAC