Page 1 of 1

codeigniter session not destroy on IE

Posted: Fri Mar 06, 2009 2:07 am
by uday M
hi,
I create site using codeigniter and use database for session with redux_auth libraries.
In that logout function work on FireFox on server
but on IE it work's only one's after that it update database table using first session_id.

my redux_auth libraries code is :

Code: Select all

 
    public function logout()
        {
            $this->ci->session->unset_userdata('id');
            $this->ci->session->sess_destroy();
        }
 
pls help

Re: codeigniter session not destroy on IE

Posted: Fri Mar 06, 2009 4:31 am
by BomBas
Hey man, you should ask this at CodeIgniter forums.
http://codeigniter.com/forums/