Hello,
I'm not sure that plain copy of cookies to proper folder makes them available for current versions of IE, it's possible that IE has also some index of cookies where it needs to import them. IE has feature to export&import cookies so I would try that. Export cookies from your account, log-in under each of SEUM user accounts and import them there. Then set the cookie as read-only.
In order to log-in as SEUM user you need to set custom password to the accounts because default password is randomly generated.
- Go to "C:\Program FIles (x86)\SolarWinds\Orion\SEUM\Agent"
- Backup file "SolarWinds.SEUM.Agent.Service.exe.config"
- Open file "SolarWinds.SEUM.Agent.Service.exe.config" in notepad
- There is XML tag "<agentConfiguration ...>" around line 8. Look if there is attribute "workerUserPasswordOverride" present in the tag. If not, add it. Then set its value to your custom password for user accounts. Result should look similar to this (there may be more other attributes in the tag):
<agentConfiguration workerUserPasswordOverride="my_secret_password" /> - Save the file.
- Stop "SolarWinds WPM Agent" service
- Delete "SEUM-User-#" accounts
- Start "SolarWinds WPM Agent" service
Now WPM agent should re-create user accounts using that custom password and you should be able to log into them and import cookies.