One strategy we might employ is to only use sessions, instead of a database. For now I am working with the MVC model, but we may decide later to opt for sessions alone, if anonymity becomes the main goal. My main concern, as I voiced before, is without some accountability, we unnecessarily submit our platform and users to dangers that I personally feel strongly they should be protected against. "Safety first." Alternatively, we may opt for something like a cron job to remove parts of our database at regular intervals.
One strategy we might employ is to only use sessions, instead of a database. For now I am working with the MVC model, but we may decide later to opt for sessions alone, if anonymity becomes the main goal. My main concern, as I voiced before, is without some accountability, we unnecessarily submit our platform and users to dangers that I personally feel strongly they should be protected against. "Safety first." Alternatively, we may opt for something like a cron job to remove parts of our database at regular intervals.