This may help.! After displaying the error, Remove the item from the session
Session::forget('key');
Add this after displaying error where 'key' is the item.
Hi Sikandhar,
Thank you very much for your reply. I believe Session::forget('key'); will work as well, but I am inclined to figure out why Session::flash('key') doesn't get flushed after the following request.
By the way, I am using Laravel 4.0.9, the session drive is native.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community