Last activity domain and cookie names (FsOptivaWeb/Web.config)
A cookie is updated every time a request is made to the Optiva web application. This cookie is shared between all of the hosted applications.
The portal that hosts Optiva and other applications uses this information. The portal tracks whether any activity has taken place within the hosted applications.
Optiva
CE Authentication reads the domain- and cookie names from the
idp.properties file. Then,
Optiva
CE Authentication writes those values to two
appSettings
entries in the configuration file. Later,
those values are read from the file and used by the application:
<appSettings>
<!-- Cookie domain name to record the last activity the user performed -->
<add key="lastActivityDomainName" value="ActivityUser_Integ01" />
<!-- Cookie name to record the last activity the user performed -->
<add key="lastActivityCookieName" value="mingledev.infor.com" />
</appSettings>