SMSESSION cookie generated by the IHS WebAgent fails to validate at the proxy/ASA Agent.
Agent logs:
[ERROR] High Level Agent found an expired SMSESSION cookie.
Users get HTTP 403 from ASA and unable to view Documents in the application.
ASA Agent 12.8 on WebSphere 8.5.5.28 on RedHat 7
The following ACO parameters were enabled causing the session to timeout after two minutes.
Proxy = yes
Proxytimeout = 120
Removing the below mention ACO parameters fixed the issue of SMESSION cookie getting expired in two minutes.
Proxy = no
#Proxytimeout = 120