We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi, I ran into an issue with flash data. When i use $session->setFlashdata(['item'=>'value']) the entries as preserved across multiple page loads.
$session->setFlashdata(['item'=>'value'])
I believe an unset method should be added to the getFlashdata method?
getFlashdata
Activity