Closed
Bug 899839
Opened 12 years ago
Closed 12 years ago
Compress session cookie value to save space
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-09-17
People
(Reporter: kumar, Assigned: kumar)
Details
(Whiteboard: [qa-])
We need to keep session data small because of bug 898214 and also network performance. This bug is to compress session data before encrypting/saving it to conserve space.
| Assignee | ||
Comment 1•12 years ago
|
||
work in progress: https://github.com/mozilla/webpay/pull/218
Assignee: nobody → kumar.mcmillan
Priority: -- → P2
Whiteboard: [qa-]
Updated•12 years ago
|
Version: 1.0 → 1.3
| Assignee | ||
Comment 2•12 years ago
|
||
dropping priority since we trimmed session data to mitigate (in bug 898214)
Priority: P2 → P3
| Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 2013-09-10
Updated•12 years ago
|
Target Milestone: 2013-09-10 → 2013-09-17
| Assignee | ||
Comment 3•12 years ago
|
||
This cuts our webpay cookie size in half.
added: https://github.com/brightinteractive/django-encrypted-cookie-session/commit/331269f820302cfe61e33000f16fde4de8a804e6
activated in webpay: https://github.com/mozilla/webpay/commit/a2e26b76d62c320274e458e9ba40f2d6df11fa45
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•