Changes between Initial Version and Version 1 of Ticket #16768, comment 1
- Timestamp:
- Sep 9, 2011, 1:15:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16768, comment 1
initial v1 1 1 That looks like the issue (that isn't going to be fixed) where cookie objects can't be stored in pickles (and thus can't be stored in the various caching backends). Your application is probably caching or storing the cookie somewhere (or may be configured to cache pages which contain cookies, which is a definite bad thing). I'm closing as invalid, but feel free to comment or re-open if you've got clear steps to reproduce the problem and you think it's a Django issue and not something your application is doing. 2 3 Edit: 4 5 There's more info in #15863