I am using devise for authentication and AS for many of the screens. The client wants sessions to time out after 10 minutes so public machines do not have data left on them. Is there a good way to prefix the AJAX calls by AS with some security check for the session timeouts? I would like to present the login as a popup and let the ajax call continue. I have tried to enable devise use of basic authentication on ajax, and the browser login is presented if the session times out, but the login keeps being presented. The later is probably a devise issue, but if I could prevent the ajax call from needing a new authentication that would be one way to resolve it.
Michael -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
