Quote:
// The domain name where the cookie will be used
$CookieDomain = "SMSR";
The problem is that you must set this to the domain name where you're using CPP otherwise the cookie will not be saved in a correct way.
If you for example will use CPP on your site
www.sampleaddress.com then $CookieDomain should be
www.sampleaddress.com or
.sampleaddress.com. The later will work on
www.sampleaddress.com,
sampleaddress.com and
subdomain.sampleaddress.com.