Hi,
The code:
$app = JFactory::getApplication();
$config = JFactory::getConfig();
$handler = $config->get('session_handler', 'none');
if($handler=='database'){
$db->setQuery('DELETE FROM '.hikashop_table('session',false).' WHERE client_id=0 AND userid IN ('.implode(',',$user_ids).')');
$db->query();
}
if(!$app->isAdmin()){
foreach($user_ids as $user_id){
if($user_id != hikashop_loadUser())
continue;
$app->logout( $data->user_cms_id );
}
}
should handle the logout.
Does the install of the latest plugin has been done correctly ? No errors returned ?
If it is, please provide a backend and a FTP access via our contact form (with a link to that topic).