tracking logged in User

  • Thread starter Thread starter BillG
  • Start date Start date
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
 
Back
Top