Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question session variable : runtime name/host

More
26 Mar 2019 11:36 #1 by Sylvie INGABIRE
Sylvie INGABIRE created the topic: session variable : runtime name/host
Hello,

Is there a session variable that retrieves the name (or the host) of the runtime that executes the session?

Thanks.

Sylvie
More
26 Mar 2019 11:50 - 26 Mar 2019 12:08 #2 by Thomas BLETON
Thomas BLETON replied the topic: session variable : runtime name/host
Hi,
${/CORE_ENGINE_HOST}$ => the host of the Runtime
${/CORE_ENGINE_PORT}$ => the port of the Runtime

Is this what you are looking for?
Last Edit: 26 Mar 2019 12:08 by Thomas BLETON.
More
26 Mar 2019 12:07 #3 by Sylvie INGABIRE
Sylvie INGABIRE replied the topic: session variable : runtime name/host
Hi,

Yes! Thank you!