2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Removed reference to session storage as using files by default

This commit is contained in:
Adam Zammit
2015-12-16 12:24:35 +11:00
parent 79dc700341
commit 2ce4db61e9

View File

@@ -3,7 +3,6 @@ queXS 1.14.0 - Changes since 1.13.1
Changes for session authentication: Changes for session authentication:
queXS now uses the Limesurvey session based authentication system to authenticate all users. 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 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. the following for converting from directory based authentication to session based authentication.