Remove Method
Syntax
Context.Session.Remove as V (Name as C)
Arguments
- V
Return type
- Name as C
The name of the session-state variable.
Description
Removes a named value to the session-state collection.
Discussion
Context.Session.Add() removes a named value to the session-state collection. Check Context.Session.CallResult.Success before using the return value.