#2739 closed task (invalid)
There is no build-in support for data related to a anonymous user
| Reported by: | anonymous | Owned by: | Adrian Holovaty | 
|---|---|---|---|
| Component: | Contrib apps | Version: | |
| Severity: | major | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
it makes the code really ugly having to deal with relating data to a anon user manually 
also it screws stuff if more then one app needs data related to anon users
being nullable is a possible solution, 
but i think its a bad solution, 
since it breaks stuff like assigning permissions to the anon user by database entries 
and makes select_related less effective
  Note:
 See   TracTickets
 for help on using tickets.
    
Can you please clarify what the problem is here. It sounds like you are trying to keep track of different anonymous users, but then there would be no way to tell them apart.