Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

System Template

session.id()

Return the Whitebeam Session Id for the current session.

See Also

rb.page.session.newID()   

Syntax

string = rb.page.session.id()

Parameters

The 'session.id' method takes no parameters

Results

The 'session.id' method returns string:

Type/Value Range/Length Description
string  Return the session ID.

Remarks

The Whitebeam Session Tracking mechanism identifies client sessions and allocates each of those sessions a unique ID. This ID is stored on the client side in a cookie (if enabled) or by using modified URLs. Generally the assigned ID is a Whitebeam Attribute and web authors/integration partners need not concern themselves with the value. It may however be useful in some debugging situations or if a modified URL needs to be generated and it cannot be generated using the automated rb:marksession or the rb.page.session.url() method.

Whitebeam release 1.3.36
(loadtime : 81ms)