Hi all.<br><br>I&#39;ve recently set up a memcached server for the purpose of PHP Session clustering.&nbsp; It&#39;s working very nicely, although I&#39;m having trouble working out how to control the lifetime of my sessions.&nbsp; I&#39;m just using the standard PECL module and no modification to my code.&nbsp; 
<br>I&#39;ve got memcached running with 512M of RAM allocated to it.&nbsp; I run some fairly busy sites, so I figured I&#39;d go overkill on the memory allocation just in case.&nbsp; I&#39;d like to lower this if possible, but I noticed this morning (after 3 days of operation) that all of that 512M is being utilised and just under 5Gigs of session data has been saved to the data in that timespan!!&nbsp; 
<br><br>My main goal is to be able to control my session lifetime, but I&#39;m also interested in learning about any other tips and tricks people might have to offer with the management of memcached.&nbsp; So far, the most information I&#39;ve been able to gather from my daemon is the following:
<br><a href="http://203.36.103.220/memcache_info.php">http://203.36.103.220/memcache_info.php</a><br><br>Thanks in advance!<br><br>Liam<br clear="all"><br>-- <br><br>________________________________<br>&quot;Sometimes a few hours of trial &amp; error
<br>can save minutes of reading manuals.&quot;