My problem is that the session timeout is not happening when using an Nginx reverse proxy, especially with HTTPS. Without the reverse proxy (using localhost), it works well. Is this issue related to Nginx or Moqui?
I did not change any default timeout configuration, and I do not want to change the default timeout, which is 60 minutes.
Or it be related to cookies handle? (Note: The same issue occurs when using Docker as well)
Hmm, one possibility is that the websocket port is not exposed and / or properly handled by nginx. If it works properly on localhost then the websocket connection is established. However going over the wire you need to possibly wire ws:// to wss:// or something like that and redirect the ports accordingly