Re: [Catalyst] How to detect cancelled requests?

2008-10-28 Thread Wade . Stuart
Stuart Watt <[EMAIL PROTECTED]> wrote on 10/28/2008 12:22:07 PM: > Hi all, > > Has anyone found a neat way of detecting and handling cancelled > requests? We have a Catalyst app that dynamically generates SQL queries > for part of its search, some of which are long and complex, and users > are abl

[Catalyst] How to detect cancelled requests?

2008-10-28 Thread Stuart Watt
Hi all, Has anyone found a neat way of detecting and handling cancelled requests? We have a Catalyst app that dynamically generates SQL queries for part of its search, some of which are long and complex, and users are able to create queries that can take minutes to execute. This is OK, except

Re: [Catalyst] ANNOUNCE: SimpleDB - Auth configuration made easy

2008-10-28 Thread Octavian Rasnita
From: "Simon Wilcox" <[EMAIL PROTECTED]> > Matt S Trout wrote: >> On Mon, Oct 27, 2008 at 03:51:49PM -0700, Darren Duncan wrote: >>> Zbigniew Lukasiak wrote: * Your passwords are stored in the 'password' field in your users table and are not encrypted. >>> This is always a bad idea. I

[Catalyst] automatic session expiry in Catalyst::Plugin::Session::Store::File

2008-10-28 Thread BUCHMULLER Norbert
Hi, we use Catalyst::Plugin::Session::Store::File as the session storage, and removing expired sessions seems to be a bit troublesome for us. First question: do you have any good ideas/best practices to do that? (Then I can create a POD patch to help newcomers like me.) Second question: what's t

Re: [Catalyst] ANNOUNCE: SimpleDB - Auth configuration made easy

2008-10-28 Thread Simon Wilcox
Matt S Trout wrote: On Mon, Oct 27, 2008 at 03:51:49PM -0700, Darren Duncan wrote: Zbigniew Lukasiak wrote: * Your passwords are stored in the 'password' field in your users table and are not encrypted. This is always a bad idea. If someone ever gets direct database access, they now know e