Hi,
how can i logout user with php code or api ?
Session::delete("uid");
Session::delete("cid");
Session::delete("upw");
Cookie::delete("User");
i used this , but it dont logout, it just logout from current account
and when i open clientarea.php i redirect to a page to select sub account