Zitat von Fatih ?aki <[EMAIL PROTECTED]>: > Hi all > > I noticed that when we include only *base.php *(for example in > login.php) horde writes to the session object about 65 kb. data.(Without > compression) > > We have about 3 million members.So its huge amount size of data to store > for us. > > Most of the data is the applications details.
What do you mean with application details? The configuration items from config/regsistry.php? In this case, simply remove all applications that you don't use from registry.php. > We want to use only *imp&dimp.* > > So how can i prevent the unnecessary data writing to the session object? > > Is there any idea to reduce the session object size? Use a session handler like memcache that supports compression. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
