I am having quite a problem with the $this->session->sess_destroy()
When I use it, I can still echo the session variable. Here’s what my code looks like. I am using CI 1.7
$this->session->sess_destroy();
$this->session->set_flashdata('message', $this->lang->line('user_logged_out'));
redirect('classifieds');