This function is used to clear the session variable set.
Syntax:
ClearSession(VariableName)
Variable name is the variable that needs to be cleared.
Example:
Session(UserName)=John
ClearSession(UserName)
The function will return null since the session value has been cleared.