Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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