Last Updated:
Cookies are small text files stored on your device by your web browser. They are used to maintain session state, remember preferences, and enable cross-site authentication.
DBG uses the following cookies:
| Cookie Name | Purpose | Duration | Attributes |
|---|---|---|---|
| dbg_sso | Cross-domain Single Sign-On session token. Enables access to all DBG applications with one login. | 55 minutes | HttpOnly; Secure; SameSite=Lax; Path=/; Domain=.developedbygolds.qzz.io |
| dbg_logged_in | Quick authentication state check for DBG Tools pages. | 7 days | Secure; SameSite=Lax; Path=/ |
| dbg_user_id | Stores the Firebase UID for session management on DBG Tools. | 7 days | Secure; SameSite=Lax; Path=/ |
Firebase Authentication uses its own internal persistence mechanism (IndexedDB) to maintain your authentication state. This is managed entirely by the Firebase SDK and is not accessible via document.cookie.
DBG applications may use localStorage for:
Local storage is not shared between subdomains and is not sent over the network.
DBG does NOT use third-party tracking cookies. We do not use:
You can control cookies through your browser settings:
To manage cookies in your browser:
DBG respects the Do Not Track browser signal. When DNT is enabled, we limit analytics collection to the minimum required for service operation.
We may update this Cookie Policy periodically. Material changes will be communicated via our Privacy Policy.
Questions about our cookie practices? Contact us at privacy@developedbygolds.qzz.io