Programmer's Guide > Interfaces > CMSSession interface > getAttribute method
  
getAttribute method
Reads the value of a session attribute. Attributes are identified by name. The attribute names supported by this method will vary with each adapter.
getAttribute(attribute )
Parameters
Stringattribute
Specifies the attribute name.
Returns
String. The attribute value.
Throws
CMSException
Raised for any error.