]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - README
Merge commit 'jeff-themovie/invite-enabled' into 0.8.x
[quix0rs-gnu-social.git] / README
diff --git a/README b/README
index 2545465cebe5dcd73d2cfd09050d593e1b3f5b12..e02fa02d31bc42e21ab9296f701df4c29cce8b43 100644 (file)
--- a/README
+++ b/README
@@ -1285,6 +1285,18 @@ type: type of search. Ignored if PostgreSQL or Sphinx are enabled. Can either
       systems. We'll probably add another type sometime in the future,
       with our own indexing system (maybe like MediaWiki's).
 
+sessions
+--------
+
+Session handling.
+
+handle: boolean. Whether we should register our own PHP session-handling
+       code (using the database and memcache if enabled). Defaults to false.
+       Setting this to true makes some sense on large or multi-server
+       sites, but it probably won't hurt for smaller ones, either.
+debug: whether to output debugging info for session storage. Can help
+       with weird session bugs, sometimes. Default false.
+
 Troubleshooting
 ===============