PeteGashek / puzzlebazar

Automatically exported from code.google.com/p/puzzlebazar
0 stars 0 forks source link

CurrentUserManager should be in Session #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Right now, CurrentUserManager acts as some kind of proxy for cache and 
datastore fetches that are related to the session. Instead, we should follow 
the structure of other persistent objects and do fetching and loading within 
static methods of Session (or SessionImplServer). 

Original issue reported on code.google.com by philippe.beaudoin on 13 Apr 2010 at 5:47