What is the value of the SSO cookie?
I'm trying to hook up my forum to my site manually using the guide:
http://vanillaforums.org/docs/proxyconnect_sso
The 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?
http://vanillaforums.org/docs/proxyconnect_sso
The 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?
Tagged:
0
Answers