Fetches the value of a property associated with the current session.
Parameters:
key -
A key identifying the property whose value is being fetched.
Returns:
The object representing the value associated with the property.
If the property had not had its value set with a call to the
function then the null
object is returned. Otherwise the value object passed to the
last call to is returned.