Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 14

CurtisOdencbielichericgillette +11 guests

What is the value of the SSO cookie?

This discussion is related to the Vanilla Proxyconnect addon.
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?

Comments

  • selsel
    Posts: 2
    Anyone? I feel like I'm missing something obvious here!
  • I set mine to a space " " and it works
  • Posts: 2,058
    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.

    Vanilla developer [GitHub, Twitter]

  • Correct, set it to anything EXCEPT empty "".
Sign In or Register to comment.