hello,
i want to keep track of all online users, and show it inside my admin configuration for my staff.
what is the best way to Dim an variable as integer that is shared on all pages and classes?
i am looking for something like Dimshared Onlineusers as integer (starting from 0, but without overide? possible?)
i want to set it like Onlineusers +=1
and retrieve it like Return Onlineusers

Go to the complete details ...