Hi, I have a page for uploading large files reaching 50MB per file. I am using session as well to keep track of who is uploading files and in the midle of transferring the files, sometimes a blank page appear and seems to me i have lost all my session data.
I have try using ini_set() to set the session.gc_maxlifetime to 28800 seconds which is 8 hours and it don't seems to work. I also try using the .htaccess files and manage to change the session.gc_maxlifetime to 28800 seconds locally and also the session.cache_expire to 480minutes but it doesn't do the work.
Anyone of you have any idea how can i get my upload script to work? Thanks.