❔ 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
You can use named pipes, for example
It's the recommended way of inter-process communication
do the two launchers in question run on the same machine?
yup
Then what ZZZZZZZZZZZZZZZZZZZZZZ recommended
I'll try take a look on that
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.