Hi,
What happens if session variables are removed that have not been set. For example, if variable "Check" is removed but isn't always set.
Session.Contents.Remove("Check")
Does this cause any error?
Printable View
Hi,
What happens if session variables are removed that have not been set. For example, if variable "Check" is removed but isn't always set.
Session.Contents.Remove("Check")
Does this cause any error?
i don't think so, the best way to find out is to try it :D