[cgiapp] OSDC

2008-12-02 Thread Cees Hek
Just wondering if anyone on the list is going to be at OSDC Sydney this week. Drop me a note if you are. http://www.osdc.com.au/ Cheers, Cees # CGI::Application community mailing list #### ## To unsubscribe,

Re: [cgiapp] How do I implement this pattern: Resume interrupted POST after login

2008-12-02 Thread Michael Peters
Clayton Scott wrote: I went as far as freezing the query and stuffing it into the session. Short of using LWP to rerun the POST what are my options? That's actually a pretty good option. You can't just pass the extra POST params to the authentication request since they might mess it up

Re: [cgiapp] How do I implement this pattern: Resume interrupted POST after login

2008-12-02 Thread Clayton Scott
On Tue, Dec 2, 2008 at 10:28 AM, Michael Peters [EMAIL PROTECTED]wrote: Clayton Scott wrote: I went as far as freezing the query and stuffing it into the session. Short of using LWP to rerun the POST what are my options? That's actually a pretty good option. You can't just pass the

Re: [cgiapp] How do I implement this pattern: Resume interrupted POST after login

2008-12-02 Thread Mike Tonks
How about a javascript timer to take them back to the login form when they time out, avoiding the problem of them filling in the form with an expired session? Otherwise, CGI can be initialised from a hashref, which should save you needing to use anything as drastic as LWP. $query = new CGI(