Ihp_session_secret

Is there a way of generating a SESSION_SECRET without requiring a docker container. The method in the documentation seems to refer to docker run in order to generate the session key which you can copy in to the app’s environment variables.

Yes using new-session-secret from within an IHP project:


(IHP Guide)