| Applying science to business management |
  
sessionid
Format: sessionid
Arguments: None
Returns: (text) The unique ID assigned to the active
session by the Web server
Description: Each session is assigned a unique ID
number by the Web server in order to keep transactions with
distinct users separate. You can use this number for asynchronous
communication with the session or in constructing unique file
names.
See Also: env, readcookie
|