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

Enable UserCookie version 3.1

Manage the version of UserCookie that is enabled on your instance to secure the storage of the secret key in the source code.

UserCookie v3 is generated only when property glide.ui.secure.cookies.use_kmf is disabled is disabled. UserCookie v3 is not secure due to storing secret key for HMAC in source code and identical for all customers. By setting the property glide.ui.secure.cookies.use_kmf to true, UserCookie v3.1 is used and secret key is stored in security storage such as KMF.

More information

AttributeDescription
Configuration nameglide.ui.secure.cookies.use_kmf
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default valuefalse
CategorySession management
Security risk- Severity score: 7.1 - CVSS score: High - Security risk details: This creates a significant risk of session hijacking, as attackers who obtain or reverse-engineer the key can forge authentication cookies and impersonate users.
Dependencies and prerequisitesNone

Parent Topic:Session management