falanjones

Results 2 issues of falanjones

In using this at scale I see a hang in load() around line 90. I'm now testing a version that puts Update() after View(): ```go func (s *Store) load(session *sessions.Session)...

I am using the sessionauth package but needed to implement a session lookup were the token came in the request body rather than a cookie in the header. I was...