User logged out after modifying NodeJS page

You need to store sessions as the server restarts with every change you do and in-memory sessions are deleted.

With the update they made for redis and docker this is already handled, but if you are not using docker you need to do it yourself.

1 Like