Visual Patch 3.9

SessionVar.Remove

SessionVar.Remove

This is the first topic This is the last topic  

SessionVar.Remove

This is the first topic This is the last topic  

OverviewExamples

SessionVar.Remove (

string VariableName )

Example 1

SessionVar.Remove("%UserName%");

Undefines the session variable %UserName%.

Example 2

sVariableName = "%Password%";

SessionVar.Remove(sVariableName);

Undefines the session variable %Password%, which is stored in the string "sVariableName."

See also: Related Actions


Learn More: Indigo Rose Software - Visual Patch - Buy Now - Contact Us