[Zope-dev] Re: Zope 2.X Session problems
    Tres Seaver 
    tseaver at zope.com
       
    Wed May  5 08:56:38 EDT 2004
    
    
  
Chris Withers wrote:
> Kris Erickson wrote:
> 
>> Per this thread that seems to have been dropped 
>> (MaxTransientObjectsExceeded Error);
> 
> 
> This means more unique users have accessed your site than the maximum 
> configured number of sessions.
> 
> Go to the session data container objectin the the temp folder and tweak 
> the config so that the number of sessions allowed matches the number of 
> people using your Zope instance...
In Zope < 2.7, you need to set the corresponding environment variable 
(see doc/ENVIRONMENT.txt) to make the change "persistent" (it doesn't do 
much good to set the value on the TemporaryStorage!)
In Zope >= 2.7, zope.conf has a setting for this value.
Tres.
-- 
===============================================================
Tres Seaver                                tseaver at zope.com
Zope Corporation      "Zope Dealers"       http://www.zope.com
    
    
More information about the Zope-Dev
mailing list