I could just dive into the Kohana_Cookie class and set
public static $salt = 'blah';
But this doesn’t seem like a very elegant solution… is there a propper way to set it in a config or such? Tried Googling around, but no luck…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Either set it in bootstrap:
Or extend the cookie class like @davgothic says.
Don’t modify code in your system folder. There’s never a need to do that.