HttpSession.removeValue

Removes a session value.

class HttpSession
final
void
removeValue
(
string name
)

Parameters

name string

The name of the value to remove.

Meta