The Nosco platform is a web-based product, and needs cookies for its functionality.
Most cookies are necessary and relate to user sessions (so that the platform can recognise a user after they have logged in), or technical sessions (so that the routers can route the connection to the correct server). These are:
- sess - the main login session cookie, expires 8 hours after login
- socketToken - legacy supplementary session cookie, expires 8 hours after login
- targetUrl - related to login redirection, expires after a few minutes
- idpTokenInbound - related to login redirection, expires after a few minutes
- AWSALB - technical, relating to the AWS load balancer sticky sessions, expires in 7 days
- AWSALBCORS - technical, relating to the AWS load balancer sticky sessions, expires in 7 days
Some cookies are optional, and are set by analytics products we use at Nosco to help us track the usage of the platform. These are set only for logged in users and do not contain any PII or otherwise identifying information:
- mp_<unique-id>_mixpanel - MixPanel analytics, expires in 1 year, <unique-id> is different per user.
Finally, some cookies are no longer in use, and as obsolete will be removed in due time:
- mongoMachineId - unused, will be removed, never expires, replaced with localStorage equivalent to ensure unique ObjectID generation.