Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Question session variable : runtime name/host

More
26 Mar 2019 11:36 #1 by Sylvie INGABIRE
session variable : runtime name/host was created by Sylvie INGABIRE
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
Replied by Thomas BLETON on 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
Replied by Sylvie INGABIRE on topic session variable : runtime name/host
Hi,

Yes! Thank you!