summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-27 06:20:24 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-27 06:20:24 -0700
commit71dad1ff62b842578656f34a1aa33f00399309e2 (patch)
treefcc8ec6f0580d4f2d83b48e305f72f5ad80a464f /README
parent0ca22cf6e2bd80247520f7c1f83535f8de5fed0a (diff)
use the session class to store sessions
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 1a57d6a80..7f8748b3f 100644
--- a/README
+++ b/README
@@ -1278,6 +1278,16 @@ 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.
+
Troubleshooting
===============