How to maintain my data like a session variable in .NET WinForms?
- by Ayyappan.Anbalagan
I am using .net Windows Forms i need to maintain some date to check the condition. so i have to maintain it up to user logged out?
like session in ASP.NET
how can i do this? (note it should not expires until the user logged out)