On Tue, 5 Apr 2011 10:54:27 +0200
Roberto Salgado <roberto.salg...@aitire.es> wrote:

> Hello reader,
> 
>   I'm using 0.8 version and trying to upload an 800MB file. As soon as my
> browser (Firefox 3.x and Chrome 8.0.552.224) finalizes sending the file I
> got the login form again and file is not uploaded.

I was able to reproduce your problem. This is due to automatic session timeout.
Check your "session.gc_maxlifetime" parameter, which is in seconds.

If the upload takes very long php may actually expire the session before the 
control is passed-on to DL.

This problem should not appear if the progress bar is correctly working (*and* 
if you have javascript enabled of course), since the progressbar will keep the 
session alive as long as necessary.

I will document this setting in docs for the next release.


Reply via email to