In codeigniter the Cookie Helper file contains functions that assist in working with cookies.
//load the cookie helper $this->load->helper('cookie'); $cookie = array( 'name' => 'loggedin', 'value' => 'yes', 'expire' => '86500', 'domain' => '.apol0829.dev', 'prefix' => 'apollidon_' ); set_cookie($cookie); $cookie = array( 'name' => 'loggedin', 'value' => '', 'expire' => '0', 'domain' => '.apol0829.dev', 'prefix' => 'apollidon_' ); delete_cookie($cookie);



Thanks for any other magnificent post. Where else may just anoyne get that kind of info in such a perfect method of writing? I’ve a presentation next week, and I’m at the search for such info.