The current session id.
<script>
The following displays the value of sessionid in a text stimulus:
<text sometext>
/ items= ("sessionid = <% script.sessionid %>")
</text>
The following displays the value of sessionid in an instruction page:
<page somepage>
sessionid = <% script.sessionid %>
</page>