Hey guys,
I am pretty new to c# and have just developed a login client/server application.
I am coming from PHP programming environment and my question is now. Is there any similar function in c# as the SESSION variables in php?
Say i am logged out in my c# application then the login stuff shows. When i then login and gets an ok from the server how do you then set the application to show different stuff like friends logout etc.
I guess it sounds pretty confusing but i hope you understand my question :)
Best regards