What this page stores
The voting page sets one HTTP-only cookie named bb_vote_token.
It contains a random, signed identifier and is used only to recognize that
browser when a vote is submitted or the page is revisited.
What the server stores
The server stores a one-way keyed hash of the browser identifier, the selected vote option and the vote time in a local SQLite database. The original cookie value is not stored in the database.
For abuse protection, the server also stores a one-way keyed hash of the connecting IP address together with the vote time for a limited period. The database cleanup removes old rate-limit entries automatically.
What is not included
This starter project contains no analytics, advertising pixels, third-party fonts or social-media embeds.
Operator information
Before publishing, replace this section with the operator and contact details required for your deployment and jurisdiction. This technical note is a starter template, not a substitute for tailored legal documentation.