Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.RemoveSSVar

Removes a session variable.

Syntax

Parameters

name
The name of the session variable to remove.

Description

The RemoveSSVar method removes a session variable. After a session variable is removed, it is no longer defined for the session and its value cannot be referenced.

Example

The following code creates a session variable and then removes it:

See Also

GetSSVar , GetSSVars , SetSSVar

 

  Home > Contents > Index >

Oracle JAVA Reference
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.