Am I right in assuming that you must have PHP
configured with register_globals on for Wordog to work
correctly? I run with this setting off as it is considered a
security risk to have this set to on. I get into all sorts of
problems with the php scripts then not running correctly
specifically when session_start and POST requests are
mixed.
A session_start apparently clears down the $_POST
variables.
Has anyone else experience this problem?