AJAX is your friend here. When the form is submitted use AJAX to send it to a stand alone process, then redirect the page to where you want to go. The action will then take place in the background. Of course the user will not see the results of their action, so it depends if that matters to you or not.
snake -----Original Message----- From: B V [mailto:[EMAIL PROTECTED] Sent: 03 July 2006 20:21 To: CF-Talk Subject: Re: Processing after redirects I am aware of CFFLUSH, but can i still redirect the user and continue processing? e.g I have to redirect the user for a number of reasons, and its to complicated to explain them.... Are you saying I should do this:? <!--- Check for errors---> <!---- If no errors, display page ---> <!--- Content ---> <cfflush> <!--- Processing ---> On 7/3/06, Ray Champagne <[EMAIL PROTECTED]> wrote: > > Look into cfflush. > > B V wrote: > > Hello, > > I was wondering if there's anyway to redirect the user while the cf > server > > is still processign their request what I mean is this: > > 1). User submits form > > 2). hit's the "Action" page > > 3). Action page redirects them > > 4). Action page continues processign their form data while they are > visiting > > another page > > I want to do this because I have A LOT of variables to process, and > > I > don't > > want them to wait, so is it possible to continue processing their > request > > after they've been redirected, or does it cutt off? > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245345 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

