InstrSession.GenerateUniqueID

Syntax

InstrSession.GenerateUniqueID

Return Value

String

Purpose

Returns the unique string you use to attach a data item to the session. Use the ID to retrieve the data item from the session.

Remarks

You can create a custom ID string or call this method to obtain a guaranteed unique string for the session. This method generates a unique ID string each time you call it. This method does not allocate or reserve any data in the session.

See Also

Attaching Additional Data to a Session