Re: [PHP] problems with session timeout

2005-02-03 Thread Richard Lynch
Pedro Henrique Calais wrote: > I'm with the following problem: > my PHP scripts takes a very long time to execute (about 3 hours) because > it has has system call to a perl script that is very time consuming. I would recommend either using & in the call to the Perl script, or inserting whatever yo

Re: [PHP] problems with session timeout

2005-02-02 Thread Jason Wong
On Thursday 03 February 2005 10:05, Pedro Henrique Calais wrote: > I'm with the following problem: > my PHP scripts takes a very long time to execute (about 3 hours) because > it has has system call to a perl script that is very time consuming. > > in IE (haven't noticed this in Mozilla or Konquer

[PHP] problems with session timeout

2005-02-02 Thread Pedro Henrique Calais
hey everybody, I'm with the following problem: my PHP scripts takes a very long time to execute (about 3 hours) because it has has system call to a perl script that is very time consuming. in IE (haven't noticed this in Mozilla or Konqueror) the execution of the PHP script doesn't finish, due to