One of the classes of TBH id Globals, the static global class, you can find it in the Global.CS file.
This variable is initialize when application started.
I would like to change it so that the variable will be global for all users sepertley. Each user will get its own global variable . problem is that this is what static says, one variable for every one with no instance.
do you know where can I create a new variable that will be changed for each user? bizObject shoykd be enough?
megetron
Member
520 Points
921 Posts
Globals class
Jan 29, 2008 11:24 AM|LINK
Hi for all TBH familiar code,
One of the classes of TBH id Globals, the static global class, you can find it in the Global.CS file.
This variable is initialize when application started.
I would like to change it so that the variable will be global for all users sepertley. Each user will get its own global variable . problem is that this is what static says, one variable for every one with no instance.
do you know where can I create a new variable that will be changed for each user? bizObject shoykd be enough?
please help.
ivanatanasov
Participant
1792 Points
335 Posts
Re: Globals class
Jan 29, 2008 12:24 PM|LINK
hi boy,
then use variable in session_start event in global asax and your varibale will be global for every user separately for every user
My blog is here.
Please remember to 'Mark as Answer' if this post answered your question!