GenderAvenger / tally

The Gender Avenger Tally web app
GNU Affero General Public License v3.0
2 stars 2 forks source link

Cookie sessions have limited space #69

Open slifty opened 5 years ago

slifty commented 5 years ago

Cookie sessions don't allow for more than around 3000 bytes of data to be stored. This opens up the possibility of bugs in BallotMania in the event of very long ballots. We should look into another mechanism for session storage.