Re: [pmwiki-users] UserAuth2 problems (wanted: help with broken session support)

2007-03-28 Thread ThomasP
Hi Paolo, > PS. In the last version you uploaded the exitHandler problem is still > present. > Maybe you should set > if (!isset($exitHandler)) $exitHandler = exit(); > instead of > if (!isset($exitHandler)) $exitHandler = 'exit'; > quite funny that after some thousand lines of code I'm n

Re: [pmwiki-users] UserAuth2 problems (wanted: help with broken session support)

2007-03-28 Thread ThomasP
Hello all, has anybody an idea why the session variables are sometimes not working as expected. I had the same problem as we just came across again, but somehow it worked in the end for me. There seem to be some undocumented conditions in PHP which have to be fulfilled for the session vars to wor