V
VB Programmer
If I have a variable I want to share in my application what is the
difference between just declaring a variable (Dim strMyVar as String) and
using a session variable (Session("strMyVar"))?
When should I use a session variable and when should I just declare it like
normal?
Thanks in advance!
difference between just declaring a variable (Dim strMyVar as String) and
using a session variable (Session("strMyVar"))?
When should I use a session variable and when should I just declare it like
normal?
Thanks in advance!