I do not know if there is a way to control expiration. Even if you could, cache expiration is never reliable.
On Sep 26, 5:12 am, hywang <why00...@163.com> wrote: > I set auth.settings.expiration=3600*24*7 > everything is ok when I put session into disk > > But , when I put session to memcached, it expired after several > minutes. > > How can I solve this ? > > thank you .