Wiki source code of SessionId
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | = Introduction = |
2 | |||
3 | Retrieves the session ID of the current scenario. | ||
4 | |||
5 | = Parameters = | ||
6 | |||
7 | * No parameters are required. | ||
8 | |||
9 | = Uses = | ||
10 | |||
11 | {{code language="XML"}} | ||
12 | <TEST><xsl:value-of select="ixf:SessionId()"></xsl:value-of></TEST> | ||
13 | {{/code}} | ||
14 | |||
15 | = Return: = | ||
16 | |||
![]() |
3.1 | 17 | The function return session ID value of the current scenario. |