I can not find an example of using the Session object for desktop applications, all I encounter are for applications made in C # for the web with asp, etc.
Does anyone know how to check if a user is authenticated in the program when opening it?
I know that it is possible to do this with the Session object, but I can only find examples for the Web and I can not implement a session check.