setAttribute method
Sets the value of a session attribute. The attribute names supported by this method will vary with each adapter.
setAttribute(attribute, value)
Parameters
String attribute
Specifies the attribute name.
String value
Specifies the attribute value.
Returns
void
Throws
CMSException
Raised for any error.
¿Fue esto útil?