Cookie Notice
Last updated: 2 June 2026
Really Really Me uses two strictly-necessary cookies for the service to function. No analytics, advertising, or third-party tracking cookies are set, so under the ePrivacy Directive no consent banner is required.
Cookies we set
rr_session
- Purpose: Authenticates the host of a verification room. Set when you create a room; it's how the server recognises you as the legitimate host on subsequent requests.
- Type: Strictly necessary
- Duration: 1 hour (matches the room's lifetime)
- Scope:
/admin/{room_id}— only sent to the admin page of that specific room - Flags:
HttpOnly,SameSite=Lax,Secure(over HTTPS) - Contents: HMAC-signed token binding the room id to an expiry; no personal identifier
rr_verified
- Purpose: Marks that you, as an invitee, have already verified for a given room. Prevents accidental duplicate submissions when you refresh the page or re-open the link.
- Type: Strictly necessary
- Duration: 1 hour (matches the room's lifetime)
- Scope:
/r/{room_id}— only sent to the verification page of that specific room - Flags:
HttpOnly,SameSite=Lax,Secure(over HTTPS) - Contents: a plain
"1"marker; no personal identifier
What we don't use
- No analytics cookies (no Google Analytics, no Plausible, etc.)
- No advertising or marketing cookies
- No third-party cookies of any kind
- No browser fingerprinting
- No
localStorageorsessionStorageuse beyond what the browser provides for the cookies above
Disabling cookies
You can block these cookies via your browser settings. The service will not function correctly without them — you will not be able to create or verify rooms.
For more information about how we handle data, see our Privacy Policy.