<HTML>
<HEAD>
<TITLE>Re: PHP Session Expiry</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>The way that we handle this is just set the TTL of the item when saving it in memcache to the length of the session max lifetime.<BR>
<BR>
-Robert <BR>
<BR>
<BR>
On 9/27/07 9:39 PM, &quot;Liam MacKenzie&quot; &lt;lmacka@gmail.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Hi all.<BR>
<BR>
I've recently set up a memcached server for the purpose of PHP Session clustering. &nbsp;It's working very nicely, although I'm having trouble working out how to control the lifetime of my sessions. &nbsp;I'm just using the standard PECL module and no modification to my code. &nbsp;<BR>
I've got memcached running with 512M of RAM allocated to it. &nbsp;I run some fairly busy sites, so I figured I'd go overkill on the memory allocation just in case. &nbsp;I'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'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'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>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
</SPAN></FONT>
</BODY>
</HTML>