The current session id.
<script>
script.name.sessionId
Read Only
string
The following displays the value of sessionId in a text stimulus:
<text myText>
/ items= ("sessionId = <% script.sessionId %>")
</text>
The following displays the value of sessionId in an instruction page:
<page myPage>
sessionid = <% script.sessionId %>
</page>