> 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.

Wouldn't the issue above (untie) be alleviated by restarting apache?

Reply via email to