Project

General

Profile

Task #79721

Updated by Thomas Hohn over 7 years ago

fe_session_data before the session framework patch holds session data of fe. this was merged into fe_sessions with the session framework patch. 

 it could be a good idea to have an install tool wizard to do that merging on the fly during upgrade. people who have long-living baskets could benefit from that since the basket contents are not lost during upgrade. it needs to be taken care that the anonymous flag is taken care correctly during this process. 

 The wizard migrates the existing data from fe_session_data into fe_sessions. 
 Existing entries in fe_sessions having an entry in fe_session_data are updated. 
 Entries in fe_session_data not found in fe_sessions are inserted with ses_anonymous = true

Back