Re: Session Problems Due to Apache Calling Back Into Itself

2005-09-25 Thread ___cliff rayman___
Gerald Richter wrote: The problem seems directly attributable to a 500 configuration error occuring with a request that was using the session. These configuration errors were occuring because of an error in our code which was causing Storable to fail. It seems like the next

RE: Session Problems Due to Apache Calling Back Into Itself

2005-09-25 Thread Gerald Richter
> > > The problem seems directly attributable to a 500 > configuration error > > occuring with a request that was using the session. These > > configuration errors were occuring because of an error in our code > > which was causing Storable to fail. It seems like the next > connection > >

RE: Session Problems Due to Apache Calling Back Into Itself

2005-09-20 Thread Gerald Richter
> The problem seems directly attributable to a 500 > configuration error occuring with a request that was using > the session. These configuration errors were occuring > because of an error in our code which was causing Storable to > fail. It seems like the next connection to a process that

Re: Session Problems Due to Apache Calling Back Into Itself

2005-09-20 Thread ___cliff rayman___
Gerald Richter wrote: 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

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: Session Problems Due to Apache Calling Back Into Itself

2005-09-15 Thread ___cliff rayman___
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. I am wondering if my problems may be caused by using the stock threaded perl even though we are using the old

RE: Session Problems Due to Apache Calling Back Into Itself

2005-09-14 Thread Gerald Richter
Could you turn on dbgSession and see what session related entries appear in the embperl.log? Gerald --- Besuchen Sie uns auf der Systems 2005 in München, Halle B2, Stand 704 --

Re: Session Problems Due to Apache Calling Back Into Itself

2005-09-13 Thread ___cliff rayman___
oops - editing below ___cliff rayman___ wrote: It seems that when a REDIRECT is requested, apache/mod_perl chooses to call back into itself, or resuse the same connection. In any case, when certain redirects occur, the session is not written and the next connection to use the process now has