<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I&#8217;m using libmemcache-1.2.3 on memcached-1.1.11, and I
have a quick question on expiration times.&nbsp; I&#8217;m storing sessions in
memcached (and yes, I saw the previous threads on why not to do this, but I&#8217;m
hoping running multiple memcached instances will provide persistence :-)), and
I have them set to expire in four hours by default.&nbsp; However, if there&#8217;s
a get on a key in the server, I want to update the expiration time to four more
hours.&nbsp; That is, I want every entry to expire four hours from the last access,
instead of four hours from first login.&nbsp; I&#8217;ve written my own
functionality for this, but I figured I would ask if there&#8217;s a built-in
solution that I&#8217;ve overlooked.&nbsp; I didn&#8217;t find one in the
documentation.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Thanks for any advice,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Waynn<o:p></o:p></span></font></p>

</div>

</body>

</html>