Ancient Zen problem:
If a Session variable is set, and there is no class to read it, does it
consume resources?
--
Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message
news:...
> Hello,
>
> How to determine if a Session Variable exists?
>
> In Page_Load I need to check is Session("MyVar") Exists.
> If it doesn't exist then I created it and give it a value:
> Session("myVar") = "Value"
>
> Thanks,
> Miguel
>