Hi everyone,
This is the first time Im deploying a web app.I would like to know the stuff to watch out for?
also Im using global variables in my app(
vb.net,asp.net).note that these are variables declared inside a module in the web application ,and are not application variables.
Im quite sure that the global variables are different for each client and session(compared to application variables) but i would like to hear it from somebody who has done this before.
for ex;on successfull login i have two variables,one session and one global
session(userid)=val;
blnloggedin=true; (global var)
I use both these to validate user actions on subsequent pages;is this ok?
thanks,
bala