Closed
Bug 1365523
Opened 9 years ago
Closed 9 years ago
Don't generate sessions on '/'
Categories
(support.mozilla.org :: General, enhancement)
support.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: giorgos, Assigned: giorgos)
Details
We are seeing increased traffic on support.mozilla.org/ from crawlers which in turn creates a big number of sessions in our memcached and database servers which are never used again.
The increasing database size is problematic both for disk usage and speed.
To mitigate this issue we will avoid session generation on '/' and on phase two we will reduce the session cookie life to 2 weeks from 4 weeks if needed.
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → giorgos
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•9 years ago
|
||
Don't generate sessions on '/'
https://github.com/mozilla/kitsune/commit/518730d86612a1c18924f81fb5bfce140713a3ab
| Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•