O
OK
I use Global.asx.vb for declaration of my global paramaters such as the
Employee number of an Employee who logged into the website. I found this as
the only way to handle these parameters in another aspx pages. Anyting works
good up to now.
In case another employee logs into the website who of course has another
employee number while the first employee still is online, does asp.net for
vb handle this as a session parameter or will the global parameter be
overwritten?
Employee number of an Employee who logged into the website. I found this as
the only way to handle these parameters in another aspx pages. Anyting works
good up to now.
In case another employee logs into the website who of course has another
employee number while the first employee still is online, does asp.net for
vb handle this as a session parameter or will the global parameter be
overwritten?