File Upload: TimeOut Problems

2008-07-11 Thread Robert Harrison
On CF7, using form enctype to select a file to upload. Submits to page with cffile to execute upload. On small/medium size files it works perfectly, but on large ( 30Mg) page times out and I get a page cannot be found error. Added cfsetting requesttimeout=6000 to both form page and cffile

RE: File Upload: TimeOut Problems

2008-07-11 Thread Adrian Lynch
Could it be a file size limit instead of a timeout? What does the error message say? Adrian www.adrianlynch.co.uk -Original Message- From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: 11 July 2008 13:54 To: CF-Talk Subject: File Upload: TimeOut Problems On CF7, using form enctype

RE: TimeOut Problems

2008-07-11 Thread Dawson, Michael
Did you try a different browser? _ From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: Thu 7/10/2008 3:43 PM To: CF-Talk Subject: RE: TimeOut Problems Not on CF8. Tried adding cfsetting requesttimeout=, but it still times out right at two minutes. Any other ideas where

RE: TimeOut Problems

2008-07-11 Thread Robert Harrison
, 2008 10:32 PM To: CF-Talk Subject: RE: TimeOut Problems Did you try a different browser? _ From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: Thu 7/10/2008 3:43 PM To: CF-Talk Subject: RE: TimeOut Problems Not on CF8. Tried adding cfsetting requesttimeout=, but it still times

Re: TimeOut Problems

2008-07-11 Thread Qing Xia
10, 2008 10:32 PM To: CF-Talk Subject: RE: TimeOut Problems Did you try a different browser? _ From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: Thu 7/10/2008 3:43 PM To: CF-Talk Subject: RE: TimeOut Problems Not on CF8. Tried adding cfsetting requesttimeout=

Re: TimeOut Problems

2008-07-11 Thread Sonny Savage
http://www.asfusion.com/blog/entry/file-upload-with-coldfusion-flash-forms The source is even available for download. On Fri, Jul 11, 2008 at 11:24 AM, Sonny Savage [EMAIL PROTECTED] wrote: There are some flash-based upload forms out there that are suitable for larger files. I believe there

Re: TimeOut Problems

2008-07-11 Thread Sonny Savage
To: CF-Talk Subject: RE: TimeOut Problems Did you try a different browser? _ From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: Thu 7/10/2008 3:43 PM To: CF-Talk Subject: RE: TimeOut Problems Not on CF8. Tried adding cfsetting requesttimeout=, but it still times out

TimeOut Problems

2008-07-10 Thread Robert Harrison
I have an extranet where we exchange files with clients. I'm using cffile action=upload to upload the files. When the files are really large and take too long to upload the server times out. How can I extend the upload time? Thanks Robert B. Harrison Director of Interactive services Austin

Re: TimeOut Problems

2008-07-10 Thread Will Tomlinson
I have an extranet where we exchange files with clients. I'm using cffile action=upload to upload the files. When the files are really large and take too long to upload the server times out. How can I extend the upload time? If you're on CF8 you could use cfthread Or just add this to the top

RE: TimeOut Problems

2008-07-10 Thread Robert Harrison
Not on CF8. Tried adding cfsetting requesttimeout=, but it still times out right at two minutes. Any other ideas where this may be coming from or how I can override it? I have an extranet where we exchange files with clients. I'm using cffile action=upload to upload the files. When

RE: Session timeout problems

2007-04-09 Thread Bader, Terrence C CTR MARMC, 231
When this happens is it just that one user or do all users on get reset? -Original Message- From: Jason Dunaway [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 13:26 To: CF-Talk Subject: Re: Session timeout problems After you suggested this we decided to see what was going

Re: Session timeout problems

2007-04-08 Thread Dana Kowalski
not discounting those things but I see the exact same functionality, as do a few others, without frames and Ajax =\ We actually do have support with CF 7.x and I should put in a call on this soon myself. If I find anything I'll let you guys know.

Re: Session timeout problems

2007-04-07 Thread Ariel Jakobovits
Does the use of AJAX also make race conditions more likely? - Original Message From: James Holmes [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, April 6, 2007 8:04:20 AM Subject: Re: Session timeout problems If you aren't using frames (or any other techniques

Re: Session timeout problems

2007-04-07 Thread James Holmes
/7/07, Ariel Jakobovits [EMAIL PROTECTED] wrote: Does the use of AJAX also make race conditions more likely? - Original Message From: James Holmes [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, April 6, 2007 8:04:20 AM Subject: Re: Session timeout problems

RE: Session timeout problems

2007-04-07 Thread Dave Watts
Does the use of AJAX also make race conditions more likely? Yes, in the same way that frames, popup windows, etc also make race conditions more likely. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our

Re: Session timeout problems

2007-04-06 Thread James Holmes
If you aren't using frames (or any other techniques that could request multiple pages in the same session simultaneously), then session scope race conditions are very unlikely. On 4/6/07, Jason Dunaway [EMAIL PROTECTED] wrote: I do use cflock throughout the site, but not when creating a user

Re: Session timeout problems

2007-04-06 Thread Jason Dunaway
After you suggested this we decided to see what was going on here. YES, we are seeing that when the timeout occurs the user has a new jsessionid assignedwhich would make sense because the session objects are gone. We're cfdumping all of the different scope variables and see that they are

Session timeout problems

2007-04-05 Thread Jason Dunaway
Hi all, I'm having trouble with sessions timing out randomly. I have 2 days to get a fix together for this problem so any help is greatly appreciated. Here are the specifics: The website in question is heavily based upon user information. We designed a user component that is loaded in the

Re: Session timeout problems

2007-04-05 Thread James Holmes
Are the users for which this occurs on AOL connections by any chance? On 4/5/07, Jason Dunaway [EMAIL PROTECTED] wrote: Hi all, I'm having trouble with sessions timing out randomly. I have 2 days to get a fix together for this problem so any help is greatly appreciated. Here are the

RE: Session timeout problems

2007-04-05 Thread Bader, Terrence C CTR MARMC, 231
about that, but if im not mistaken, that should avoid cookie problems all together. ~Terry -Original Message- From: Jason Dunaway [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 7:41 To: CF-Talk Subject: Session timeout problems Hi all, I'm having trouble with sessions timing

RE: Session timeout problems

2007-04-05 Thread Jason Dunaway
] Sent: Thursday, April 05, 2007 8:56 AM To: CF-Talk Subject: Re: Session timeout problems Are the users for which this occurs on AOL connections by any chance? On 4/5/07, Jason Dunaway [EMAIL PROTECTED] wrote: Hi all, I'm having trouble with sessions timing out randomly. I have 2 days to get

RE: Session timeout problems

2007-04-05 Thread Jason Dunaway
scenario solution but hope to find out a better way of fixing this problem. Thanks for your feedback! -Original Message- From: Bader, Terrence C CTR MARMC, 231 [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 9:02 AM To: CF-Talk Subject: RE: Session timeout problems From what we've

Re: Session timeout problems

2007-04-05 Thread Vince Collins (NHJobs.com)
:02 AM To: CF-Talk Subject: RE: Session timeout problems From what we've found, the CFID, CFTOKEN, and JSESSIONID are all still valid cookies on the user side. - on the users having the issue and not just local been working users? just checking and have you tried just putting them

Re: Session timeout problems

2007-04-05 Thread Dana Kowalski
I've had this issue for quite some time as well and here is a good wealth of information for youto do more research on! :) 1. track the CFID and watch it change when this occurs. IMHO thats one of the easiest ways to see this happening, I can re-create this almost flawlessly on some machines

Re: Session timeout problems

2007-04-05 Thread Dana Kowalski
oh I forgot some other little things too. If you are using SSL, check how your users enter the site. If its not being handled correctly by the certificate this can cause issues sometimes. An incorrectly configured certificate can cause session problems if the user references the site as

RE: Session timeout problems

2007-04-05 Thread Bader, Terrence C CTR MARMC, 231
that. -Original Message- From: Vince Collins (NHJobs.com) [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 9:40 To: CF-Talk Subject: Re: Session timeout problems I'm sorry Jason that I can't solve your problem but I'd suggest you look into increasing your server memory possibly as well

Re: Session timeout problems

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, Dana Kowalski wrote: 2. browser. See what browser is being used. We've found in 99% of the cases it was Internet Explorer and the same user would never run into this One thing I found once with a similar sounding IE error (on one or two visitors a month to a fairly

Re: Session timeout problems

2007-04-05 Thread Vince Collins (NHJobs.com)
Terrence, nice work around! -Vince Bader, Terrence C CTR MARMC, 231 wrote: lol I still have colleagues who use sessions and occasionally I hear them complaining about a client timing out and loosing all their form data or edit session. Timeouts to a customer is one of the most

Re: Session timeout problems

2007-04-05 Thread Dana Kowalski
Thanks Tom! I'll try that later today with one of the problem users and see what happens. A lot of times the reality is they have no control to set anything and have to get their IM staff involved to even modify trusted sites/cookie settings (aka sigh...). When we run into this it tends to be

Re: Session timeout problems

2007-04-05 Thread Caroline Wise
I'm having a seemingly similar problem. The application is running on two servers, but they do not share sessions, it is really more of a hardware load balancer situation. The user's session is supposed to time out after 30 minutes. Every once in a while I find that there are people who get an

Re: Session timeout problems

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, Caroline Wise wrote: Has anybody run into something like that? Yup, with un'var'ed variables in CFCs. -- Tom Chiverton Helping to completely improve wireless networks on: http://thefalken.livejournal.com This email

Re: Session timeout problems

2007-04-05 Thread Josh Nathanson
Definitely look into the www.mysite.com versus mysite.com (no www) issue. This can cause the problems you're having. -- Josh - Original Message - From: Jason Dunaway [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 05, 2007 5:40 AM Subject: Session timeout

Re: Session timeout problems

2007-04-05 Thread Caroline Wise
Our use of CFC's is very limited here, but we'll go over this again, thanks for the tip. Caroline On 4/5/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 05 Apr 2007, Caroline Wise wrote: Has anybody run into something like that? Yup, with un'var'ed variables in CFCs. -- Tom

Re: Session timeout problems

2007-04-05 Thread Jason Dunaway
Everyone, Thanks for the responses thus far. I fear that the problem may be CFLOCK related. I'm not sure how setting up component objects in session should be treated. Here is some additional information about how things are setup: I do use cflock throughout the site, but not when creating

Re: cfmail timeout problems

2005-02-07 Thread Marcus Whitworth
Anyone?? Help! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day

RE: cfmail timeout problems

2005-02-07 Thread Phillip B. Holmes
, February 06, 2005 9:16 PM To: CF-Talk Subject: cfmail timeout problems Hi, I am trying sending a client newsletter out to about 25000 subscribers using the code below. We are running CFMX 6.1 Enterprise on JRun 4 on Windows 2003. The problem is that every time we try to send the newsletter out

Re: cfmail timeout problems

2005-02-07 Thread Marcus Whitworth
1. extend the timeout in the ColdFusion admin. From my understanding, the SetTimeout attribute of the CFSetting tag should override the standard timeout limit set in the CF Admin. Is this correct? I would have thought that a timeout value of 500 seconds is enough allowance... 2. break up your

cfmail timeout problems

2005-02-06 Thread Marcus Whitworth
Hi, I am trying sending a client newsletter out to about 25000 subscribers using the code below. We are running CFMX 6.1 Enterprise on JRun 4 on Windows 2003. The problem is that every time we try to send the newsletter out, the page times out and an error is thrown. Some perhaps relevant

Update on my timeout problems

2001-02-04 Thread Bud
Well, just to update anyone who may be having problems with timeouts from Access dbs. A little over a week ago I was averaging around 150 timeout errors in my CF logs per day (yuk). I spent several days trying different approaches, and set up a Task to restart CF at 4 AM every day. These are