>
> The only way I've found to change this is to explicitly modify the default
> value from this source file.
>
> Is there a better way to configure this value for session expiry from
> within application code? Cheers.
>
> Far as I know it's done like this:
set(key=key, value=value, time=<seconds>)
where (from the source):
@param time: Tells memcached the time which this value should expire, either
as a delta number of seconds, or an absolute unix time-since-the-
epoch
value. See the memcached protocol docs section "Storage Commands"
for more info on <exptime>. We default to 0 == cache forever.
Are you saying that doesn't work?
--