Opened 15 years ago
Closed 15 years ago
#3557 closed defect (bug) (fixed)
Forum cookies are being too persistent
| Reported by: | boonebgorges | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Forums | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Do the following:
- Go to http://testbp.org/forums
- Select something from the dropdown
- Go to http://testbp.org/members/johnjamesjacoby
- Select something from the dropdown
- Look at the pagination numbers
- Go back to http://testbp.org/forums.
Things are broken in several of these places. I think the problem is that cookies are getting set that are not getting flushed at the appropriate times.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I'm beginning to think that there are problems here beyond cookies. At least in the case of Unreplied filters, the reason why the count is off is that we're not doing a query anywhere to get the total number of unreplied items (we're just relying on the total topic count for the user). The same thing happened recently with "replied to"; I wrote a function to query, which I guess I can do again for this case, though I am wary of putting a bunch of functions for these single purposes throughout.