saveSessionAttributes(Map< String, String >) method
Save the session attributes in the Map of the current state in the current session to database.
Syntax
Syntax
public void saveSessionAttributes (Map< String, String > attrs) throws DBException, CryptoException
Parameters
- attrs session attributes in Map
Exceptions
- DBException Exception while saving the session variable from database
- CryptoException Exception during encryption.