|
Ok guys listen to this...
By luck the tech support of my ISP was available on ICQ even at 4am cool hey.
You were right sde, the bug was coming from the file named php.ini and it helped them focus on that file and 5 minutes later they updated this value:
session.gc_dividend / session.gc_divisor.
This value was making the session ID change from time to time and that was causing the crash of our scripts.
Everything work fine now.
Thanks guys and remember that value.
By fixing it, it will save you countless nights without sleep because your script would be crashing all the time while in fact the bug was coming from that stupid server value hehe.
Ciao :-)
Richard
|