0
我是新的codeigniter,並使用flashdata顯示控制器查看消息。但是,刷新視圖後,flashdata不會自動清除,或者移動到其他頁面並保持原樣。請幫忙。codeigniter - Flashdata沒有清除
這是我在控制器代碼:
$this->session->set_flashdata('_flash_message', 'Thanks for your subscription.');
redirect(site_url('cp/subscribe'), 'refresh');
鑑於:
<?php echo $this->session->flashdata('_flash_message'); ?>
我用XAMPP本地主機,已經關閉緩存模式。