C
C#16mo ago
AideedSS

❔ 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?
6 Replies
Angius
Angius16mo ago
You can use named pipes, for example It's the recommended way of inter-process communication
Monsieur Wholesome
do the two launchers in question run on the same machine?
AideedSS
AideedSS16mo ago
yup
Monsieur Wholesome
Then what ZZZZZZZZZZZZZZZZZZZZZZ recommended
AideedSS
AideedSS16mo ago
I'll try take a look on that
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.