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?

selsel
edited August 2011 in Vanilla 2.0 - 2.8
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?

Answers

  • Anyone? I feel like I'm missing something obvious here!
  • I set mine to a space " " and it works
  • LincLinc Detroit Admin
    That's just an example of how to set a cookie in the appropriate way. You can use whatever value you like, as long as you're consistent and look for the same name later. It's mostly just demonstrating it for the sake of making sure the last 2 parameters are set correctly.
  • Correct, set it to anything EXCEPT empty "".
Sign In or Register to comment.