Set Cookie::$salt value in application/bootstrap.php:
Cookie::$salt = 'my*salt*value*';
Change base_url value in application/bootstrap.php to match the server configuration:
Kohana::init(array( 'base_url' => '/my_app/', ));
In this example, you should be calling http://myserver.com/my_app/
wget on Windows
5 years ago
No comments:
Post a Comment