glide.security.csrf_previous.time_limit

ServiceNow property description:

Time in seconds for a secure token to expire. When the user session expires, the secure token expires with it, unless the "allowing reuse of expired tokens are allowed" property is enabled, and its within the time frame described by this property This token is used to prevent cross site request forgery attacks. (default is 86400 seconds or 1 day)

Attributes

  • Sys ID: e05a7a940a0a0ba2005ec1ae61ad9466
  • Type: integer
  • Application: Global
  • Default value: 86400
AI Logo

AI generated property description:

The ServiceNow property `glide.security.csrf_previous.time_limit` defines the time limit for which a previous CSRF (Cross-Site Request Forgery) token remains valid. According to the documentation, this property helps in mitigating CSRF attacks by ensuring that tokens are only valid for a specified duration. The default value is set to 120 minutes, meaning that any CSRF token older than this limit will be considered invalid. Adjusting this property can help balance security needs with user experience, as shorter time limits enhance security but may inconvenience users. This property is crucial for maintaining the integrity of user sessions and preventing unauthorized actions.

Source

Related property: glide.security.csrf_previous.allow