mirzaaghazadeh Posted November 14, 2023 Share Posted November 14, 2023 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 0 Quote Link to comment Share on other sites More sharing options...
99modules Posted November 20, 2023 Share Posted November 20, 2023 Hello, You can try this one: Session::delete("login_auth_tk"); 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.