Django writes session_data with incorrect hash

Bug #901471 reported by David Owen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical SSO provider
Confirmed
Low
Unassigned

Bug Description

Django occasionally updates the session table with data with bad hashes. The session_data column is formatted as a string of the hash (base64), a colon, and the pickled data (base64-encoded).

This bug seemed to be triggered by long database operations (e.g. the "monster" query that would take several minutes), and would cause the request-handler to error-out.

This is hypothesis so far; actual cause unknown.

David Owen (dsowen)
description: updated
Changed in canonical-identity-provider:
importance: Undecided → Low
Changed in canonical-identity-provider:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.