Commit beec6e9c by tetiana yaremko

cart session fixed

parent df9864ad
Showing with 1 additions and 0 deletions
......@@ -22,6 +22,7 @@ class Auth extends CI_Controller
$this->session->unset_userdata("logged_in");
$this->session->sess_destroy();
$this->cart->destroy();
redirect("auth/login");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment