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` (