Jump to content

Is there still a site/domain cookie in IPB4?


JEFF MACK

Recommended Posts

Posted

I use a cookie to help with a few small features outside of the forum and it always worked like a charm.  I haven't seem the same system option for a site cookie here in 4 unless its tucked aways somewhere.  Anyone know if it is still there or a way to activate it?

Posted

This shouldn't be needed, and has moved to a power setting via constants.php if needed for SSO etc.

If you need to set a cookie domain in IPS4, add this to your constants.php (where x=cookiedomain)

define( 'COOKIE_DOMAIN', 'x' );

 

  • 9 months later...
Posted

This is indeed necessary sometimes. I have several apps in different subdomains and I need the cookie to be only "domain.com" instead of "www.domain.com" because if not, the sessions wouldn't work in the rest of the subdomains. This way I can create some kind of SSO using IPS members.

It would be nice to have the constants.php file with some reference to all available variables.

Regards.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...