[dokuwiki] $_SESSION and DokuWiki debugging
- From: "Peter Kehl" <peter.kehl@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 28 Jun 2006 11:53:40 +0100
Hello,
while integrating DokuWiki with internal portal, I need to debug some
interactions. I wanted to use die() in DokuWiki code whenever
$_SESSION['HAPPY_DEBUG'] is set, which would serve as a debug
indicator flag. (A separate php script is used to set/unset
$_SESSION['HAPPY_DEBUG'].)
It looks that DokuWiki never has $_SESSION['HAPPY_DEBUG'] set. Does it
filter out custom entries in $_SESSION? If so, what's the easier way
to 'debug' DokuWiki - i.e. to trace pageflow and control flow, so that
one could figure out the interactions?
Thank you for DokuWiki.
- Peter Kehl
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: $_SESSION and DokuWiki debugging
- From: Chris Smith
Other related posts:
- » [dokuwiki] $_SESSION and DokuWiki debugging
- » [dokuwiki] Re: $_SESSION and DokuWiki debugging
- » [dokuwiki] Re: $_SESSION and DokuWiki debugging
- [dokuwiki] Re: $_SESSION and DokuWiki debugging
- From: Chris Smith