> You need to do some more debugging.  Problems with Apache::Session are
> usually due to scoping, so put in some debug statements to see that the
> session objects for the IDs having trouble are getting properly cleaned
> up (i.e. DESTROY is getting called).  It is possible to have problems
> with DB_File if it doesn't get untied after each request.

In my experience when untie is not called the request usually hangs.  It
seems odd that it would be isolated to just a few workstations though.  Is
it possible that the issue can be isolated to a child instance even with
different ID's?

Thanks for the response : )

Reply via email to