summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-27 08:11:09 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-27 08:11:09 -0700
commit871f598dcc81d7018f25590d767591722bb977f2 (patch)
treee8a9ffa43b9c20c2fbcbe044a31bcd5b75b01308 /README
parentfb84c35035e33eebea79f207f73ba2deea86c4d7 (diff)
debug flag for sessions
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 7f8748b3f..c8c529ed8 100644
--- a/README
+++ b/README
@@ -1287,6 +1287,8 @@ 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
===============