RE: Session Problems Due to Apache Calling Back Into Itself

2005-09-18 Thread Gerald Richter
> > Ok - I've done that. The SES: message always comes from the > parent process so it is not always easy to match the SESSION > data to the child process that is actually performing the request. > The question is, what are you seeing in case of the problem you have. Could you quote the SES:

Re: Problems with %udat - solved

2005-09-18 Thread Otto Lang
Hello all, the error wasn't caused by any Apache::XXX module or similar. The problem was PHP5. On my development-server I installed some weeks ago PHP5. Since this time I didn't anything with Embperl and sessions. Now I commented out the PHP5- directives in httpd.conf and everything works

Re: Problems with %udat

2005-09-18 Thread Otto Lang
Am 16.09.2005 um 20:15 schrieb RobertCZ: Looks like session problem - Did you install and correctly confugured Apache::Session and Apache::SessionX (did 'make test' worked?) and configured Postgres as your session store (check your 'sessions' db)? Yes, Apache:Session and Apache::Session