Hello, Currently I'm setting Session flash_auto_expire as false in order to keep it values remain stored in the session in the next page request. It's ok to delete value using Session::delete_flash('flashName'); But I want to know is there anyway to delete all flash data without knowing flash name?