Closed
Description
In AutoExpireFlashBag implementation, the method all() clears all flash messages already added in a current session. AutoExpireFlashBag is supposed to give access to newly added flashes only in the next session.
I think this is misleading. Shouldn't all() method clear only flashes from previous session and not touch new flashes?