Kirk, > On Mar 5, 2017, at 10:41 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > This may be specifically talking about this particular option but it's the > same behavior I'm seeing. So I'm concluding the options I'm looking at > aren't changed in the database settings (hence don't show up on the > settings form) and would have to be applied each time 4D server starts up. > > Anyone else have any ideas here?
I think that is correct. > And on a related note - if I set the session timeout to something long, say > 3 days, and the process timeout to something like an hour (so I don't have > a bunch of idle web processes hanging out) I can use the On web session > suspend command to save the session parameters when the PROCESS closes > down. But how do I know that particular SESSION is resuming? I have not used this, but my assumption is you would keep track of the suspended sessions by their cookie. In On Web Connection you would look at your suspended sessions and restore the session if the cookie matched. You can avoid doing this check on every request by setting a process variable once you have an authenticated session. Just be sure to clear it when the session is suspended. John DeSoi, Ph.D. ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4d_tech-unsubscr...@lists.4d.com **********************************************************************