J
Jesper F
I have a simple system where people log on with passwords.
No access security just something simple I made up.
From time to time I need to know who's logged on to the
system. Right now I'm keeping that information in a public
variable. Which is considered better - what I'm doing now
or to store the value in a table made for this sole
purpose. I'm worried about overhead and whether using the
table might be better.
Thanks for any input.
No access security just something simple I made up.
From time to time I need to know who's logged on to the
system. Right now I'm keeping that information in a public
variable. Which is considered better - what I'm doing now
or to store the value in a table made for this sole
purpose. I'm worried about overhead and whether using the
table might be better.
Thanks for any input.