php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7694 time out on uploading with session
Submitted: 2000-11-08 06:04 UTC Modified: 2001-06-12 09:51 UTC
From: number3 at dreamwiz dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.3pl1 OS: Redhat6.2
Private report: No CVE-ID: None
 [2000-11-08 06:04 UTC] number3 at dreamwiz dot com
In file upload with session,  
which run under php4.0.3pl1, apache1.3.16,
Time out would occured in netscape and IE.

in my php.ini setting is
max_execution_time = 300,
upload_max_filesize = 52275200,

and my httod.conf is
Timeout 300
but upload is only after 30 sec, error occured.

But server which is not using session,
upload function have not problem.

So, I guess that session has itself's timeout routine
that not framework with sapi.

anyone help me ?




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-27 07:18 UTC] sniper@php.net
reclassified
 [2001-05-22 21:30 UTC] sbergmann@php.net
Could you please give some feedback if this problem persists with a recent version (CVS, snapshot, 4.0.5 release) of PHP? Thanks!
 [2001-06-12 09:51 UTC] sniper@php.net
No feedback, can not reproduce with recent versions of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 13:01:29 2024 UTC