sex expire time for Sessions in memcached

Hi all,

I have a problem with expiring sessions in the case with using mem_cache_store. I've been using ActiveRecord session store till now and expired them with SQL query. Yesterday I switched to memcache for storing sessions, however I can't set an expireation period.

My current config is this: