Unfortunately it seems that the problem is not a recent. I found the post above and for me the problem was been solved:
randallkent.com/whmcs/whmcs-invalid-token-error-resolved
In short add the following line at the end of your configuration.php file:
session_name("WHMCS");
Try it! ;-)