I'm trying to hook up my forum to my site manually using the guide:
http://vanillaforums.org/docs/proxyconnect_ssoThe guide states I need to declare a cookie as so:
setcookie("YourCookieName", $YourCookieValue, $YourCookieExpiryTime, '/', '.yourdomain.com');
But what are the values of YourCookieName and YourCookieValue?
Comments
Vanilla developer [GitHub, Twitter]