From ee263c6bdf01903da6e58bc1eea6699a0570faf3 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 13 Sep 2011 10:35:07 +0100 Subject: [PATCH] Documentation updated in SessionHandler. --- SessionHandler.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SessionHandler.pm b/SessionHandler.pm index e32e4f9..8a69d14 100644 --- a/SessionHandler.pm +++ b/SessionHandler.pm @@ -62,7 +62,8 @@ # id. # # This class requires two database tables: one for sessions, one for session keys (used -# for autologin). The tables should be as follows: +# for autologin). If autologins are permanently disabled (get_config('allow_autologin') always returns +# false) then the session_keys table may be omitted. The tables should be as follows: # # A session table, the name of which is stored in the configuration as {"database"} -> {"sessions"}: # CREATE TABLE `sessions` (