Question:Which code is used to remove multiple session items ? 

A $items=>array('username'=>'','email'=>'');

$this->session->unset_userdata($items); 

B $this->session->sess_destroy(); 

C $this->session->unset_userdata(); 

D $this->session->unset(); 

+ Answer
+ Report
Total Preview: 985

Copyright © 2024. Powered by Intellect Software Ltd