The cookie we set
ga_session — a session cookie holding a random token. It is how the server knows you are signed in. It is httpOnly, so page scripts cannot read it; SameSite=Lax, so another site cannot cause your browser to send it; and it expires after 30 days or when you sign out, whichever comes first.
The token is stored on our side as a hash, so a leak of our session store would not hand anyone a working session.
What we do not set
No analytics cookies. No advertising or cross-site tracking cookies. No third-party pixels. Nothing that follows you off this site.
Other browser storage
Some pages keep small preferences in your browser’s local storage — which tab you were on, for instance. That stays in your browser, is never sent to us, and clearing your site data removes it.
Refusing cookies
You can block cookies in your browser. The consequence is direct: without the session cookie you cannot stay signed in, and neither product will work. There is no version of a signed-in account that does not need it.
GrowAhead Technologies · Bengaluru, Karnataka, India · support@growahead.in