Do you find flash messages useful?

I’ve just finished implementing session but for now left out flash messages.

Do you find them useful as part of the session?

  • Yes
  • No

0 voters

They are useful, but I don’t think that flash messages should be handled as a part of the session component. This could be separate component which uses session as a backend to store data, but session itself should not be concerned about flash messages.

12 Likes
1 Like