BBjspSessionData::removeAttribute
Description
In BBj 16.0 and higher, this method removes the attributes bound to the specified name from this BBjspSessionData.
Syntax
Return Value |
Method |
void |
removeAttribute(string name) |
Parameters
Variable |
Description |
name |
the name of attribute to be removed |
Return Value
None.
Remarks
Example
This example demonstrates how this works in a BBJSP servlet
CLASS PUBLIC MyServlet |