aboutsummaryrefslogtreecommitdiffstats
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.go b/server.go
index 94cc133..0ab7f24 100644
--- a/server.go
+++ b/server.go
@@ -173,6 +173,7 @@ func New(e *echo.Echo, options *Options) error {
} else if err != nil {
return err
}
+ ctx.session.Ping()
return next(ctx)
}