CodeIgniter flashdata not working after redirect
问题 I have set the flash data like this $this->session->set_flashdata('dispMessage','my message is here')); I found that message in session library but not display in redirect page. and I am use the codeigniter version 2.2.0. Can anyone help...? 回答1: According to the session class page of the manual: CodeIgniter supports "flashdata", or session data that will only be available for the next server request, and are then automatically cleared. These can be very useful, and are typically used for