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
I’ve just finished implementing session but for now left out flash messages.
Do you find them useful as part of the session?
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.