G
Guest
Hi,
I would like to store data for a specific user in multi-user environnment.
I need the data to be accessible to all class for a specific user but not the
others. In need something like a class with static variables, but for each
user independently. In a Web app it would probably be the in Session, but
it's a console app.
Thanks
I would like to store data for a specific user in multi-user environnment.
I need the data to be accessible to all class for a specific user but not the
others. In need something like a class with static variables, but for each
user independently. In a Web app it would probably be the in Session, but
it's a console app.
Thanks