Re: [PHP] php4 -> php5 session problem

2008-05-16 Thread Juergen Falb
I've already tried adding session_write_close(); It didn't help. The session file gets saved and contains data after the first request, making the request from another machine resets everything. It even doesn't work if you make the request manually from different machines with the same sess

Re: [PHP] php4 -> php5 session problem

2008-05-16 Thread paragasu
On Fri, May 16, 2008 at 6:40 PM, Juergen Falb <[EMAIL PROTECTED]> wrote: > Dear all, > since upgrading to php5 I've a problem with session handling. In php4 a > user initiated a session, the session id gets afterwards handed over to a > payment provider. When the payment provider calls a script wi