Admin::setRemember
Description
In BBj 11.0 and higher, this method specifies whether to save the user credentials to a cookie upon successful authentication.
Syntax
Return Value |
Method |
---|---|
void |
setRemember(boolean remember) |
Parameters
Variable |
Description |
---|---|
remember |
Specify true (1) to remember the user credentials upon successful authentication; otherwise specify false (0). |
Return Value
None.
Remarks
None.
Example
|