Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Anti-CSRF token validation time

The glide.security.csrf_previous.time_limit property specifies the time in seconds for a secure token to expire.

The glide.security.csrf_previous.time_limit system property determines the 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 property is enabled, and its within the time frame described by this property. This token is used to prevent cross site request forgery attacks.

Ensure that the glide.security.csrf_previous.time_limit property is set to 86400 seconds (1 day).

More information

AttributeDescription
Configuration nameglide.security.csrf_previous.time_limit
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeinteger
Recommended value86400
Default value<none>
Fallback value86400
CategoryAccess control
Security risk- Severity score: 5.3 - CVSS score: Medium - Security risk details: The time limit for a CSRF token to expire defines how long the token remains valid for verifying legitimate user requests; if set too long, it increases the risk that an attacker could reuse a stolen token to perform unauthorized actions, while a shorter expiration window reduces this risk by narrowing the attack window.
Dependencies and prerequisitesNone
Functional impactThis property determines the duration in seconds for a secure token to remain valid. The secure token expires when the user session expires unless the allowing reuse of expired tokens property is enable, and the token is within the time frame specified in this property. This token prevents cross-site request forgery attacks. It has a default value of 86400 seconds or 1 day.

Parent Topic:Access control