Tuesday, March 01, 2011

ASP Session Variables

An ASP Session variable 'x' that has not been defined has the following properties:
  • x = "" returns true;
  • IsEmpty(x) returns true;
  • IsNull(x) returns false.

No comments: