Programming Reference Manual
 
Syntax
 
object.Id
 
Description
Unique identifier for the session over time and space.
 
Part
Description
object
Evaluates to a ParentSession Object
 
Read-only.
The ID is sent to the client in the form of a "per-session" cookie that is not stored. When the client makes subsequent requests, the ID is sent back to the server. This ID is then used to match a Session Object with a specific client.
 
See Also