Cookie policy

What's cookie?

Cookie is a small piece of information being stored by web browser on a machine where this browser runs. Cookie may contain (not all of it is required) its name, its value (this is usually a text string with some information or simply some number), the web domain name to which this cookie belongs, relative path to the domain name (which path is called URI) where this cookie is active, the date when this cookie expires and should be deleted (if the date is not set, the cookie will be deleted when you shut down your web browser), and, finally, a special flag "secure", which shows if this cookie shall be transmitted by secured protocol or not. Cookies are mostly used to remember some piece of information, which may be useful while user is browsing a web site.

Let's see an example of cookie, which is stored by this web site, when you press OK button after the notice regarding to cookies.

It looks like this:
MHcom_cookies_notice_read=1; expires=Wed, 03 Jul 2019 19:35:01 GMT; path=/; domain=.magic-horoscope.com

What's this cookie used for? This cookie, being read by your web browser and transmitted to our web server, tells to the server that you did already confirm that you have read the notice about cookies and the page shall not contain this notice again.

How's that? This part "MHcom_cookies_notice_read=1;" is the name of the cookie and its value. The name is chosen so that we can simply recognise what's this cookie used for, and the value of 1 is equal to YES, IT IS READ.

Next part "expires=Wed, 03 Jul 2019 19:35:01 GMT;" shows when the cookie shall be deleted. In our case this notice is viewed and confirmed on 3rd of July 2018 and the period of cookie validity is set to 1 year. After that date web browser will not find this cookie and therefore our pages will show the notice about cookies again.

This part "path=/;" tells to web browser that this cookie is valid for all the pages of this domain. "/" is the root directory, also in general it represents a main page of a web site, i.e. the page that is loaded when you enter only the domain name in your web browser (for examle magic-horoscope.com).

And, finally, "domain=.magic-horoscope.com" is obviuosly the name of the domain this cookie belongs to. So this cookie is only read by browser when requested from this web site. Also, each browser sets its own cookies. One browser can't read cookies which were set by other browser.

We do not use "secure" flag for this cookie, since this cookie's information obviously is not sensitive neither for user nor for web site.

By the way, a security. On its own the cookie represents nothing else but the piece of text string, it can not be executed as an application or start any action by itself. So it can not represent a direct danger like a virus or something similar. There may be some subtlety when cookies are used miscorrectly. The example of such wrong action is storing someone's password directly as cookie's value, which password is used for authentication to some web site. This may represent some danger to safety of user's data, stored at that web site, because intruders can steal information from cookie.

Well, what's the exact purpose of cookies at this web site?

The one described above is the first and only cookie being set by this web site directly, and it shows if user have confirmed that he has read notice about cookies or not.

All other cookies are set by third parties. These cookies are used for:
a) systems gathering a visitors statistics, which helps us to improve our web site. These services include: Liveinternet.ru (including Yadro.ru) and Statcounter.com;
b) systems showing advertisment at our web site. This is Google.com and its partners. Since Google's advertisment system (hereinafter AdSense) is also used by other companies to show their advertisment, these other companies also may set and read their own cookies via our web site. But we have to note that we directly use only Google's advertisment code at our pages, third party ads are loaded through Google's system.

Visitors statistics systems usually use cookies to differentiate users when gathering an information, for not to count one user loading two different pages of the web site for two different users.

Advertisment systems use cookies to track user's activity and its interests, to select more suitable advertisments for this user. You have to know that these systems can track your browsing history through all the web sites, where their code is installed. Most of modern browsers have ability to let you prohibit such a tracking. Please, refer to help pages of your browser.

Normally information acquired by these systems includes user's IP address, the page address (URL) the user has loaded, date and time it was loaded, the page loaded before this page, country of living (according to IP address or geolocation if available), some features of its machine, like screen resolution and operating system, browsers name and maybe something else.

Administrators of our web site have access to these statistics data through user's interface of according system and can only see the data relating to our web site. These data are unpersonalized, i.e. there is no correspondence in available statistics data between data itself and certain person (or machine or IP address).

You may also learn Google's privacy policies policies.google.com/technologies/partner-sites to know how they deal with your personal data.

Prohibiting cookies, tracking, personalized ads

If you do not wish your web browser to store cookies at all or for some of the web sites selectively, you can control it through your web browser settings. Each browser does it in its own way, so, please, refer to your browser's help pages. But you have to note that most of worldwide web sites will work less effectively with cookies disabled.

If you do not wish advertisment systems to show you personalized ads, but you still do not want to disable cookies, this may be done at least for Google. You may start from this page myaccount.google.com/intro/activitycontrols.

Even if you disable cookies in your web browser, you will still see advertisment at our web site, but this advertisment will be selected only according to a viewing page context.

Also, you will see unpersonalized ads if you do not press OK button in the cookies notice box.

If you previously allowed us to use cookies for showing you personalized ads, but later you did change your mind, you can click the button below and revoce your consent for personalized ads:

But we still will be showing you unpersonalized ads and we will acquire unpersonalized web site usage statistics.

Social media

We have links at our pages for you to share our contents with social media. At the moment these are Facebook, Twitter and WhatsApp. If you press any of these links you will be forwarded to corresponding social media's web site or mobile app. Any of them may store their own cookies on your machine when you visit them. So you may want to learn their own cookies policies.

Changes, acceptance

This cookie policy may be amended or changed at any time. Any such amendment or change takes effect immediately upon its publication at this page. No further notice will be done.

Users, continuing using this web site, confirm their agreement to this cookie policy.

Notes

We have to warn you that the information about Internet technologies presented above (including cookies) is not comprehensive or technically precise. It is only a common description of its basics as we understand it, we could be wrong in some details. You may find more details about such technologies at special web sites related to it.