Maybe it's a cookie problem. Change cookie domain to the domain name you use CPP on:
Code:
// Cookie path. Usually /
$CookiePath = "/";
// The domain name where the cookie will be used
$CookieDomain = ".sampleaddress.com";
Simply remove
www from your domain name and just leave the dot (.)