Kohana - A valid cookie salt is required

In de laatste versie van Kohana is het verplicht om een cookie salt in te stellen anders treed er een Exception op:

Kohana_Exception [ 0 ]: A valid cookie salt is required. Please set Cookie::$salt.

Kohana Exception

Open het bestand 'application/bootstrap.php' en voeg na de commentaar regel "Configuration and initialization" de volgende regel toe:

Cookie::$salt = 'Your-Salt-Goes-Here';