After migrating to another host, you get “access denied” at logon to Drupal.
Solution:
Change the $cookie_domain variable in file \sites\default\settings.php from your old to your new domain.
$cookie_domain = 'esense.be';
If you copied to your local computer:
$cookie_domain = 'localhost';