Hi, the clipboard is different for each users, they got their own, and each sessions are isolated to prevent data leak.
Make sure the application use the clipboard in a multi-session approach, like just reading it. If you read the clipboard to save to a file, sql, etc.., and later on your service reuse that variable under another user instance, it's where the data can be shared.