On 10 August 2013 04:45, Yasuo Ohgaki <yohg...@ohgaki.net> wrote: > > This patch removes unneeded session writes. i.e. session data > has not changed, just skip write and improve performance. > > Although it is safe to remove unneeded writes, if many of us > want ini setting for enable/disable write short cut, I'll add setting > for it. > > Any comments? >
How does this affect GC of sessions? If a session is not written for 30 minutes, but the user is active, is there a potential for their session to be GC and destroyed?