The issue https://github.com/labstack/echo/issues/1127 made a good point about sessions. Why not update session package using 'Before' callback: https://sourcegraph.com/github.com/labstack/echo/-/blob/response.go#L40 so the session writes automatically?
The issue labstack/echo#1127 made a good point about sessions.
Why not update session package using 'Before' callback:
https://sourcegraph.com/github.com/labstack/echo/-/blob/response.go#L40
so the session writes automatically?