google-code-export / yabi

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

backend causing large number of anonymous sessions in yabiadmin session store #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. fab quickstart
2. watch scratch/ directory

every 5 seconds, 2 more session files appear. As the backend connects to admin 
for job info, django creates anonymous sessions for them. 

What it should do is create no sessions. These views should be sessionless. 
They are authed via HMAC, so there is really no need for sessions.

Original issue reported on code.google.com by retrogra...@gmail.com on 14 Jun 2012 at 9:16

GoogleCodeExporter commented 9 years ago
fixed in next_release

Original comment by retrogra...@gmail.com on 4 Sep 2012 at 7:36