Index: branches/5.2.x/core/kernel/session/inp_session_storage.php =================================================================== diff -u -N -r14714 -r15012 --- branches/5.2.x/core/kernel/session/inp_session_storage.php (.../inp_session_storage.php) (revision 14714) +++ branches/5.2.x/core/kernel/session/inp_session_storage.php (.../inp_session_storage.php) (revision 15012) @@ -1,7 +1,7 @@ TableName = TABLE_PREFIX.'UserSession'; - $this->SessionDataTable = TABLE_PREFIX.'SessionData'; + $this->TableName = TABLE_PREFIX.'UserSessions'; + $this->SessionDataTable = TABLE_PREFIX.'UserSessionData'; $this->IDField = 'SessionKey'; $this->TimestampField = 'LastAccessed'; $this->DataValueField = 'VariableValue';