since we are not using redis for session storage, we did not setup the session manager to use postgres so every time the server restarts we loose the session information and have to login again. we should be able to connect the session manager to postgres so that it will save sessions to it vs only in memory it.
since we are not using redis for session storage, we did not setup the session manager to use postgres so every time the server restarts we loose the session information and have to login again. we should be able to connect the session manager to postgres so that it will save sessions to it vs only in memory it.