On Dec 16, 9:12 pm, pjocke <[email protected]> wrote: > Is there a way of setting the expiration time for an object, when > using memcache as the session save_handler in PHP? I have tried just > adding exptime=(time() + 120) to my save_path, but that does not seem > to make any difference. >
Never mind. I am very sorry. session.gc_maxlifetime did the trick, of course. /Joakim
