From 2ce4db61e96759dbd430125707602f2401ebae5f Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Wed, 16 Dec 2015 12:24:35 +1100 Subject: [PATCH] Removed reference to session storage as using files by default --- CHANGELOG | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 13415e33..68281ca3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,6 @@ queXS 1.14.0 - Changes since 1.13.1 Changes for session authentication: queXS now uses the Limesurvey session based authentication system to authenticate all users. -Sessions are stored in the lime_sessions table and are managed by adodb. If this is a fresh install - you can ignore the notes below. Otherwise - please read through the following for converting from directory based authentication to session based authentication.