tracking logged in User

B

BillG

I have a winform app that validates a user against a table in my database.
I want to track the user throughout the program for maintaining permissions
to access parts of the program etc. In a web app, I would just throw the
current user into a session varaible and access it from any webform. What's
the proper way to do this in a winform app?

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top