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

ThomasP pmwikidev at sigproc.de
Wed Mar 28 12:26:59 CDT 2007


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 not able anymore to
get only one right. Thanks for the hint again.

BTW, "fortunately" your "fault", since PHP is harder to patch. ;)

Thomas

On Wed, March 28, 2007 15:12, Paolo Vernazza wrote:
> Dear Thomas,
> it seems that it was my fault :(
> Probably the problem was due to a misconfigured session_path setting.
> Now it is working!
>
> Thanks for your support.
>
> 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';
>





More information about the pmwiki-users mailing list