saveSessionAttribute(String, String, boolean) method

Save the input parameters to the session attribute (SessionAttribute).

Syntax

void saveSessionAttribute ( String attribKey , String attribValue , boolean encrypt ) throws DBException, CryptoException

Parameters

Exceptions

Usage

Encrypt the value prior to saving, if needed (encrypt = true).

Also see

saveSessionAttribute(String, String)

method, if encryption is not needed.