[imp] Re: mail disappearing on send
Liam Hoekenga
liamr@umich.edu
Thu, 30 May 2002 23:30:03 -0400 (EDT)
> > http://web.mit.edu/webmail/help/faq.html#lostmail
> >
> > Which session stuff do you think they're talking about? PHP session
> > lifetime? SSL session lifetime? Is some sort of session timeout likely
> > to be the cause of our problem?
>
> PHP session timeouts.
So like...
session.cookie_lifetime (set to live until the browser closes)
session.gc_maxlifetime (set to 1440 sec... 24min?)
session.cache_expire (set to 180min)
I guess from what we've seen the session.gc_maxlifetime seems like the
most suspect, given it's TTL.
Does this seem like a likely cause to the problem I've described?
Liam