From acd5200b2110498793e04fb016cbbc69ea5fe9f3 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 27 Nov 2010 14:25:23 +0000 Subject: Mention to clear the sessions table when upgrading --- UPGRADING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index 329983d37..1cc890281 100644 --- a/UPGRADING +++ b/UPGRADING @@ -22,6 +22,6 @@ installation as well as the database before executig the following steps. ./SQL/[yourdbtype].update.sql that are superscribed with the currently installed version number. 5. Make sure 'enable_installer' is set to false again. -6. Check .htaccess settings (some php settings could become required) - +6. IMPORTANT: clear all records from the sessions table in your database. + The session storage format has changed so all existing data cannot be read anymore. -- cgit v1.2.3