❔ Is it possible to build a session in WinForm C#?
By using session, I want to pass the data from Launcher to another launcher.
I have been thinking of write file, then other launcher just read it..but that's doesnt seems a secure in term of security? Is there a way to save variable into cache memory or session to be read in another launcher?
I have been thinking of write file, then other launcher just read it..but that's doesnt seems a secure in term of security? Is there a way to save variable into cache memory or session to be read in another launcher?
