Good afternoon, guys. I'm not getting a flash date for Post. When I load my view I put a bank info on flash date:
$this->session->set_flashdata('ticket_id',$dados[0]->caseId);
I have a modal in this view that sends the information via post to the controller "respond".
In this controller, I try to retrieve the flash date, but it is always empty.
If I use userdata it works perfectly, with flash date no.
My question is if per post does the flash date persist, or can it only be retrieved after a redirect?
Thank you