saveSessionAttribute(String, String) method
Save the input parameters to the session attribute (SessionAttribute).
Syntax
Syntax
protected void saveSessionAttribute ( String attribKey, String attribValue ) throws DBException, CryptoException
Parameters
- attribKey session attribute key
- attribValue session attribute value
Exceptions
- DBException Exception while saving the session variable from database
- CryptoException Exception during encryption; The session variable can be encrypted prior to saving, but not supported by this method.
Remarks
For encryption support, see saveSessionAttribute(String, String)