diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-27 08:11:09 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-27 08:11:09 -0700 |
commit | 871f598dcc81d7018f25590d767591722bb977f2 (patch) | |
tree | e8a9ffa43b9c20c2fbcbe044a31bcd5b75b01308 /README | |
parent | fb84c35035e33eebea79f207f73ba2deea86c4d7 (diff) |
debug flag for sessions
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 =============== |