RM#3508 rev 1

Tomas Hrcka thrcka at redhat.com
Mon Aug 6 08:32:12 UTC 2012


On Fri, 2012-08-03 at 09:25 -0400, Scott Seago wrote:
> On 08/03/2012 06:16 AM, Tomáš Hrčka wrote:
> > I have added before filter to check if request is json and then invalidate session manually.
> > Regular user activity is handled by activerecord session store timeout option. This patch may need another revision
> > to set the session timeout time in configuration file, but right now I am not sure where it should be.
> > There is another option to make sure all sesions ale expired is to create delayed_job
> >   job for periodicaly checking SessionEntity table.
> I don't think the request being json is a sufficient test for backbone 
> -- json is also a valid request format for API calls (and at one point 
> we used json in some of our own UI calls for ajax stuff - although we 
> may not be doing that right now). I think we need to check something 
> more backbone-specific -- possibly inserting a query param for backbone 
> reqests (backbone=true or something similar).
> 
> Scott
> 
Yes I know that is exactly what I had in mind, but appending stuff to
backbone requests is not that easy. And when the before filter catch
JSON request for API it actually does not matter because API session
have 2.minutes expiration.

Tomas




More information about the aeolus-devel mailing list