changeSessionValue

abstract fun changeSessionValue(key: String, sessionValue: String)

Method to change a value of the current session

Parameters

key

: the key of the value to change

sessionValue

: the new session value to set