When running pgweb in multi-session mode, there's no way to remove any old sessions. They will stick around for a long time until the server restarts. We should remove any sessions that have no activity within last 24 hours. There's already a timestamp implemented on the client struct that records the last usage time.
When running pgweb in multi-session mode, there's no way to remove any old sessions. They will stick around for a long time until the server restarts. We should remove any sessions that have no activity within last 24 hours. There's already a timestamp implemented on the client struct that records the last usage time.