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
connection
to a process that has sufferered a 500 error, inherits the session data that is currently in udat. Since we overwrite a lot of the session data, the session now contains data from the
original session
and whatever we overwrite from the current request..

I will try to reproduce this behaviour here and if I can, of course, fix it.


I have made serveral tests, but I cannot reproduces the problem here.

Are there any additonal hints you can give to me?

Could you try to start the httpd with -X option and see if you get the same
problem or if it only occurs if you have multiple Apache childs?

I will see if I can make a small test case so that the problem can be reproduced.
C


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to