Tie team membership cache to session duration
Bug #652877 reported by
Stuart Metcalfe
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Apache OpenID |
Confirmed
|
Medium
|
Unassigned |
Bug Description
The team membership state is cached for a configurable time but it's not tied to the session lifetime which can cause confusion. The team membership state should be tied to the session lifetime and the separate setting should be entirely removed.
Escalated by pfibiger via bug #652878
tags: | added: escalated |
description: | updated |
To post a comment you must log in.
Wouldn't it be better to refresh the team membership entirely async and *not* do a session reset? There is/will be an LP API to get this data directly in the near future, which might make this easier to do.