Session Time out problem
Session Time out problem
- Subject: Session Time out problem
- From: "Kranthi Sagar Borra" <email@hidden>
- Date: Wed, 19 Nov 2003 14:19:57 +0530
- Thread-topic: Session Time out problem
Hi all,
I am uploading a file into a database and this involves a two step approach
1.)First I am uploading from my local disk into the application server using the WO http streamlining functionality.
2)Second,I am using my customized classes to upload the file from this application server to another location
If the file size is small this is working fine.But if the file size is big.Its creating me a problem.The problem is that the browser is showing me a alert message "Could not connect to the site http://172......./.../../ after trying for 60 sec".I think this is happening because it did not receive the response within that time..But still the customized classes that I have written are uploading the file into the database location that I have specified. So how can I avoid this situation.It gives an impression to the user that the upload has not happened when he receives the alert message but the upload is actually happening.And after the upload has happened ,the other things are working fine i.e I can browse as usual.
The alert message that I have specified comes in safari while the other browsers do not show that messagar.But if the upload time is more the session is getting terminated.So can someone tell me how can I keep my page active while upload is happening.
Thanks in advance.
Regards,
Kranthi Sagar
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.