Index: trunk/kernel/include/usersession.php =================================================================== diff -u -r13 -r35 --- trunk/kernel/include/usersession.php (.../usersession.php) (revision 13) +++ trunk/kernel/include/usersession.php (.../usersession.php) (revision 35) @@ -913,7 +913,7 @@ $table = $prefix."ses_".$this->GetSessionKey()."_search_".$base_table; } else - $table = $prefix."ses_".$this->GetSessionKey()."_search"; + $table = $this->GetSessionTable('Search',''); //$prefix."ses_".$this->GetSessionKey()."_search"; return $table; }