01What is a cookie?
A cookie is a small text file that a website stores in your browser. It is used to recognize you on subsequent visits, remember your preferences, and analyze the website's behavior.
Yol Yoldaşı makes use of only the necessary minimum of cookies. We do not carry out tracking for advertising or sales purposes.
02Categories
Strictly necessary
Required for the core functions of the website. Without these cookies, it is not possible to log in to an account or submit a form. Consent is not required.
Performance
Collects anonymous statistics to understand which pages are visited most and where errors occur.
Functional
Helps remember language selection, region, and other personal preferences.
Analytics
Anonymized data collected through Firebase Analytics to understand how the application is used.
03Cookies we use
- XSRF-TOKEN — protection against CSRF attacks · session duration
- yolyoldasi_session — login session · 2 hours
- locale — language selection (AZ/TR/RU/EN) · 1 year
- cookie_consent — your consent to this policy · 6 months
- _ga, _ga_* — Google Analytics (only with consent) · 2 years
04Third-party cookies
Some cookies are set not directly by us, but by the services we integrate with:
- Google Firebase — analytics and notifications.
- Google Fonts — for loading the Rubik typeface.
- EPoint — when redirecting to the payment page.
These services have their own privacy policies. We recommend that you also familiarize yourself with them.
05How to manage cookies
You can block, delete, or restrict cookies through your browser settings:
- Chrome: Settings → Privacy and security → Cookies
- Safari: Preferences → Privacy → Manage Website Data
- Firefox: Settings → Privacy & Security → Cookies
Please note that disabling strictly necessary cookies may interfere with the normal operation of the website.
06Mobile application
In our Flutter application, instead of browser cookies, we use more modern solutions: SharedPreferences (for local preferences) and FlutterSecureStorage (for tokens and sensitive data). This data remains only on your device.
For more information — read our Privacy Policy. Privacy Policy →