Skip to content

config singlecommunity

Violet edited this page Nov 2, 2010 · 2 revisions

SingleCommunity

Note: Default changed to enabled in MT4.3

Determines if the same or separate cookie names will be used for each blog in an install.

This config directive defaults to enabled which causes Melody to use a cookie name that is the same for all blogs. This makes single sign-on across multiple blogs in the same install much more seamless and has the following benefit(s):

  • banning a user will ban them across the entire installation
  • trusting/untrusting a user will trust/untrust them across the entire installation

When disabled, Melody returns a cookie name that is blog-specific (contains the blog id in the cookie name).

Default

Default is enabled. Melody will use a cookie name that is the same for all blogs.

SingleCommunity 1

Values

Boolean.

Examples

Disable SingleCommunity such that each site sets separate cookies:

SingleCommunity 0

Related

  • CookieDomain

  • CookiePath

  • Categories: Appendix: Configuration Directives

  • Tags: community, config, cookie, New in MT4.2, Updated for MT4.3

Clone this wiki locally