on 20 Mar 2024 07:30 PM
When user sessions of your web application are randomly split into shorter sessions, ensure the following.
HttpOnly
attribute to dtCookie
, remove this attribute; it is not supported for RUM cookies. See Cookies | Secure cookies for details.Also, refer to Web applications: Sessions are not correctly tagged or metadata is missing and User session timings to learn when a user session ends for a web application.